Skip to content

Commit

Permalink
Do not extract CH2CHOOHscans in arkane.mainTest
Browse files Browse the repository at this point in the history
They are not actually needed for the example to run, since
the q2dtor processing step is already completed
  • Loading branch information
mliu49 committed Sep 29, 2019
1 parent d280c47 commit 67f7508
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arkane/mainTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ def setUpClass(cls):
cls.base_path = os.path.join(os.path.dirname(os.path.dirname(rmgpy.__file__)), 'examples', 'arkane')
cls.failed = []
cls.example_types = ['species', 'reactions', 'explorer', 'networks']
ch2ooh_path = os.path.join(cls.base_path, 'species', 'CH2CHOOH', 'CH2CHOOHscans')
if not os.path.exists(ch2ooh_path):
ch2ooh_path = os.path.join(cls.base_path, 'species', 'CH2CHOOH', 'CH2CHOOHscans.zip')
zip_ref = zipfile.ZipFile(ch2ooh_path, 'r')
zip_ref.extractall()

def test_arkane_examples(self):
for example_type in self.example_types:
Expand Down

0 comments on commit 67f7508

Please sign in to comment.