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
The weight= keyword argument for integer storages (Int64(), AtomicInt64()) currently accepts both integers and doubles, silently converting to integers; it should only accept integers, and provide an error if a floating type is used.
Unlimited does the correct thing and converts its internal storage to double, so that one is fine.
The text was updated successfully, but these errors were encountered:
The
weight=
keyword argument for integer storages (Int64(), AtomicInt64()) currently accepts both integers and doubles, silently converting to integers; it should only accept integers, and provide an error if a floating type is used.Unlimited does the correct thing and converts its internal storage to double, so that one is fine.
The text was updated successfully, but these errors were encountered: