Update loader.py
This commit is contained in:
parent
ddc2dde97c
commit
b6ef709630
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ def _get_new_mapper():
|
|||
.replace("INT_TO_FLOAT_MAPPER", "NEW_INT_TO_FLOAT_MAPPER")\
|
||||
.replace("FLOAT_TO_INT_MAPPER", "NEW_FLOAT_TO_INT_MAPPER")
|
||||
exec(new_mapper)
|
||||
print(new_mapper)
|
||||
return NEW_INT_TO_FLOAT_MAPPER, NEW_FLOAT_TO_INT_MAPPER
|
||||
# except:
|
||||
# return {}, {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue