yunruse / Noether

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

`==` returns None against a non-`Measure` #75

Closed yunruse closed 1 year ago

yunruse commented 1 year ago

General info

In-development.

Expected result:

>>> dB(10) == 10
True
>>> Measure(10) == 10
True

the actual result is None for both.