Skip to content

Commit

Permalink
Update test_encore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers authored and kain88-de committed Jan 8, 2017
1 parent 5019caa commit 400199d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/MDAnalysisTests/analysis/test_encore.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ def test_dimensionality_reduction_two_different_methods(self):
class TestEncoreImportWarnings(object):
def setUp(self):
# clear cache of encore module
sys.modules.pop('scipy', None)
for mod in list(sys.modules): # list as we're changing as we iterate
if '.encore' in mod:
sys.modules.pop(mod, None)
Expand Down

0 comments on commit 400199d

Please sign in to comment.