Skip to content

Commit

Permalink
Skipping one test combo until dalito/ucumvert#8 is addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jan 18, 2024
1 parent 0ed7b0e commit cf1478d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/test_compliance/test_compliance_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,17 @@ def infer_range(v: Any, typ: Optional[str] = None):
("s1", "s1", "pinknoodles", "m", "ucum_code", 1.0, None, UndefinedUnitError, None),
("s1", "s1", "m/s", "cm/s", "ucum_code", 1.0, 100.0, None, None),
("s1", "s1", "m.s-1", "cm.s-1", "ucum_code", 1.0, 100.0, None, None),
("s1", "s1", "g.m2-1", "kg.m2-1", "ucum_code", 1.0, 0.001, None, True),
(
"s1",
"s1",
"g.m2-1",
"kg.m2-1",
"ucum_code",
1.0,
0.001,
None,
"https://github.com/dalito/ucumvert/issues/8",
),
("height_in_m", "height_in_cm", "m", "cm", "ucum_code", 1.0, 100.0, None, None),
("s1", "s1", "m[H2O]{35Cel}", "m[H2O]{35Cel}", "ucum_code", 1.0, 1.0, None, None),
],
Expand Down

0 comments on commit cf1478d

Please sign in to comment.