yunruse / Noether

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

Can't call `DisplaySet(DisplaySet)` #32

Closed yunruse closed 1 year ago

yunruse commented 1 year ago
>>> display(CGS)
DisplaySet(gal, dyne, erg, barye, poise, stokes, kayser, phot, stilb, abampere)
>>> meter
meter  # length
>>> 

When calling display(CGS), the units should be registered, rather than the DisplaySet shown.

yunruse commented 1 year ago

Fixed in 2fe9f3d