Skip to content

Commit c99c3de

Browse files
committed
Fix relative import paths
1 parent b03cd25 commit c99c3de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/module/module_evaluators_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def setUpClass(cls):
2929
"""
3030
Prepare TopologyDataFrame once for every test
3131
"""
32-
32+
3333
pdb_file = '{0}/{1}.pdb'.format(filepath, cls.ref['pdb_id'])
3434
mol_file = '{0}/{1}.mol2'.format(filepath, cls.ref['pdb_id'])
3535

tests/module/module_topology_dataframe_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
import os
1010

1111
from numpy import ndarray
12-
from test_data import *
1312

1413
from interact.md_system import System
14+
1515
from tests.module.unittest_baseclass import UnittestPythonCompatibility
16+
from tests.module.test_data import *
1617

1718
currpath = os.path.dirname(__file__)
1819

0 commit comments

Comments
 (0)