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
What is the reason for the default %.10g FloatFormat in savejson? 'Just spent lots of time debugging a code where in the end it turned out that we lost precision on doubles due to save and read. Would %.16g as a default not be safer in this respect?
The text was updated successfully, but these errors were encountered:
What is the reason for the default %.10g FloatFormat in savejson? 'Just spent lots of time debugging a code where in the end it turned out that we lost precision on doubles due to save and read. Would %.16g as a default not be safer in this respect?
The text was updated successfully, but these errors were encountered: