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
Since keys in Python dicts are case sensitive, one can easily build a dict that has no valid HSD representation. Unfortunately, this is exactly what happens with the implementation in this repo:
Since keys in Python dicts are case sensitive, one can easily build a dict that has no valid HSD representation. Unfortunately, this is exactly what happens with the implementation in this repo:
The preferable solution would be an exception from the serializer or a way to normalize a dict for HSD dumping.
Together with #6, the deserialization of the above HSD then yields
{'key': [0.0, 1.0]}
, so it cannot even be identified as invalid HSD.The text was updated successfully, but these errors were encountered: