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
This is valid on creation, when sending, and on the receiving end of Flask. But another simulation that tracks BaseSet objects will see Number == None.
I tested JSONifying it back and forth, and it doesn't seem to be the issue.
The text was updated successfully, but these errors were encountered:
I confirmed that numbers above 32 bits become None without any warning. Python can handle numbers larger than that, but some library or call on the server side is destroying this data.
When passing a large number to an int dimension it becomes None when stored on the server. The example PCC object was:
This is valid on creation, when sending, and on the receiving end of Flask. But another simulation that tracks BaseSet objects will see Number == None.
I tested JSONifying it back and forth, and it doesn't seem to be the issue.
The text was updated successfully, but these errors were encountered: