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
Was doing a bulk search for a different project using dgipy.get_interactions and encountered a 'nan' in the dataset of type 'float'
This produced the error:
InvalidJSONError: Out of range float values are not JSON compliant
I think ideally a person using this search will have filtered out nan's or None's beforehand, but we should probably have something there to handle it just in case.
The text was updated successfully, but these errors were encountered:
Was doing a bulk search for a different project using dgipy.get_interactions and encountered a 'nan' in the dataset of type 'float'
This produced the error:
InvalidJSONError: Out of range float values are not JSON compliant
I think ideally a person using this search will have filtered out nan's or None's beforehand, but we should probably have something there to handle it just in case.
The text was updated successfully, but these errors were encountered: