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 6e79805 commit 5bcdce6Copy full SHA for 5bcdce6
tests/test_cbs_refiner.py
@@ -14,7 +14,7 @@
14
15
@pytest.fixture
16
def dsc_dict():
17
- return csv_to_dict(os.path.join(PROJECT_ROOT, "data", "DSC_table.csv"))
+ return csv_to_dict(os.path.join(PROJECT_ROOT, "src/data", "DSC_table.csv"))
18
19
20
def test_remove_jjjj_vv():
0 commit comments