Skip to content

Commit

Permalink
Modified commonTest according to the recent ArkaneSpecies changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Mar 1, 2019
1 parent 9e841de commit d5d37bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkane/commonTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def setUpClass(cls):
cls.dump_path = os.path.join(path, 'C2H6')
cls.dump_input_path = os.path.join(cls.dump_path, 'input.py')
cls.dump_output_file = os.path.join(cls.dump_path, 'output.py')
cls.dump_yaml_file = os.path.join(cls.dump_path, 'ArkaneSpecies', 'C2H6.yml')
cls.dump_yaml_file = os.path.join(cls.dump_path, 'species', 'C2H6.yml')

cls.load_path = os.path.join(path, 'C2H6_from_yaml')
cls.load_input_path = os.path.join(cls.load_path, 'input.py')
Expand Down

0 comments on commit d5d37bf

Please sign in to comment.