https://github.com/voxel51/eta/blob/develop/eta/core/config.py#L461
Throws error if presented with "Infinity" string the result of json.dumps({"key": float("inf")} or "inf" the result of serializing python's float('inf').
This used to work! Not sure what changed..
https://github.com/voxel51/eta/blob/develop/eta/core/config.py#L461
Throws error if presented with
"Infinity"string the result ofjson.dumps({"key": float("inf")}or"inf"the result of serializing python'sfloat('inf').This used to work! Not sure what changed..