Skip to content

Commit

Permalink
Fix relative import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed May 29, 2019
1 parent b03cd25 commit c99c3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/module/module_evaluators_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def setUpClass(cls):
"""
Prepare TopologyDataFrame once for every test
"""

pdb_file = '{0}/{1}.pdb'.format(filepath, cls.ref['pdb_id'])
mol_file = '{0}/{1}.mol2'.format(filepath, cls.ref['pdb_id'])

Expand Down
3 changes: 2 additions & 1 deletion tests/module/module_topology_dataframe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
import os

from numpy import ndarray
from test_data import *

from interact.md_system import System

from tests.module.unittest_baseclass import UnittestPythonCompatibility
from tests.module.test_data import *

currpath = os.path.dirname(__file__)

Expand Down

0 comments on commit c99c3de

Please sign in to comment.