yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

`TypeError: Object of type Measure is not JSON serializable` #70

Closed yunruse closed 11 months ago

yunruse commented 11 months ago

In-development Noether 1.1. It seems somewhere in this version Measure lost this functionality

$ make analyse
<...>
  File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/encoder.py", line 180, in default
    raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type Measure is not JSON serializable