-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerHog Data can contain NaN values #906
Comments
Draft
On second notice I am not so sure that this is really the underlying problem. ORJSON can convert NaN values fine, as long as they are not a dictionary key. See: orjson.dumps({"asd": numpy.NaN})
# => {"asd": null} |
So I can't reproduce.
with the dump.txt containing the data you sent me works fine. And I can't find an NaN value. |
please check the newest email from yesterday afternoon |
closed via green-coding-solutions/hog#29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently very many API submissions for the PowerHog data fail because there are
NaN
values in the data.I sent you, @ribalba, the detailed dump via email, since it contains sensitive information.
Here an excerpt from the dump to spot the location:
In general I think however the whole data has to be checked to be valida JSON before being sent.
The text was updated successfully, but these errors were encountered: