Skip to content

Commit a7d7a83

Browse files
author
lev
committed
slight tweaks to fix tests
1 parent 9c164f4 commit a7d7a83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmapPy/pandasGEXpress/slice_gct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import cmapPy.pandasGEXpress.slice_gctoo as sg
1717
import cmapPy.pandasGEXpress.write_gct as wg
1818
import cmapPy.pandasGEXpress.write_gct as wgx
19+
import cmapPy.set_io.grp as grp
1920

2021
__author__ = "Lev Litichevskiy"
2122
__email__ = "[email protected]"

cmapPy/pandasGEXpress/tests/test_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_gctx_parsing(self):
3434
test_rids = ['LJP007_MCF10A_24H:TRT_CP:BRD-K93918653:3.33', 'LJP007_MCF7_24H:CTL_VEHICLE:DMSO:-666']
3535
test_cids = ['LJP007_MCF7_24H:TRT_POSCON:BRD-A61304759:10']
3636
mg3 = slice_gctoo.slice_gctoo(mg1, rid=test_rids, cid=test_cids)
37-
mg4 = parse("functional_tests/mini_gctoo_for_testing.gctx",
37+
mg4 = parse.parse("functional_tests/mini_gctoo_for_testing.gctx",
3838
rid=test_rids, cid=test_cids)
3939
pandas_testing.assert_frame_equal(mg3.data_df, mg4.data_df)
4040
pandas_testing.assert_frame_equal(mg3.row_metadata_df, mg4.row_metadata_df)

0 commit comments

Comments
 (0)