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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Hi,
Because math.nan was new in version 3.5, it caused a problem when the collected data were nan.
Replacing math.nan with float('nan') seemed to be a quick fix. #2
Thanks for the good works!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Because math.nan was new in version 3.5, it caused a problem when the collected data were nan.
Replacing
math.nan
withfloat('nan')
seemed to be a quick fix. #2Thanks for the good works!
The text was updated successfully, but these errors were encountered: