nm units bugfix
This commit is contained in:
@@ -146,7 +146,7 @@ def um(l: _T) -> _T:
|
|||||||
return l * 1e-6
|
return l * 1e-6
|
||||||
|
|
||||||
|
|
||||||
@nm.inverse
|
@um.inverse
|
||||||
def um_inv(l: _T) -> _T:
|
def um_inv(l: _T) -> _T:
|
||||||
return l * 1e6
|
return l * 1e6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user