Skip to content

Commit 79b1818

Browse files
Fixup some issues with info mod
1 parent ac4aa72 commit 79b1818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import sc2ts
1414
from sc2ts import info
15+
from sc2ts import inference as si
1516

1617

1718
@pytest.fixture
@@ -34,7 +35,7 @@ def fx_ts_min_2020_02_15(fx_ts_map):
3435
"Viridian_pangolin": "pango",
3536
"Viridian_scorpio": "scorpio",
3637
}
37-
return sc2ts.minimise_metadata(ts, field_mapping)
38+
return si.minimise_metadata(ts, field_mapping)
3839

3940

4041
@pytest.fixture

0 commit comments

Comments
 (0)