You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one needs to change the representation of floats then they have to extend the encoder and override iterencode by copying over most of the code and just:
replacing the _repr=FLOAT_REPR to something that they need.