We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254996a commit 53a2985Copy full SHA for 53a2985
tests/test_units.py
@@ -6,6 +6,8 @@ class TestUnits:
6
@staticmethod
7
def test_length():
8
assert ppmc.si.m == 1
9
+ assert ppmc.si.cm == 0.01
10
+ assert ppmc.si.um == 1e-6
11
12
13
def test_temperatur():
0 commit comments