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 ac4aa72 commit 79b1818Copy full SHA for 79b1818
tests/test_info.py
@@ -12,6 +12,7 @@
12
13
import sc2ts
14
from sc2ts import info
15
+from sc2ts import inference as si
16
17
18
@pytest.fixture
@@ -34,7 +35,7 @@ def fx_ts_min_2020_02_15(fx_ts_map):
34
35
"Viridian_pangolin": "pango",
36
"Viridian_scorpio": "scorpio",
37
}
- return sc2ts.minimise_metadata(ts, field_mapping)
38
+ return si.minimise_metadata(ts, field_mapping)
39
40
41
0 commit comments