Skip to content

Commit de59ea5

Browse files
committed
Tests: Adapted test_generate_arkane_input()
1 parent 2063e9e commit de59ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arc/statmech/arkane_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def test_generate_arkane_input(self):
154154
input_path = os.path.join(statmech_dir, 'input.py')
155155
expected_lines = ["#!/usr/bin/env python",
156156
"title = 'Arkane kinetics calculation'",
157-
" structure=SMILES('C[NH]'))",
158-
" structure=SMILES('[CH2]N'))",
157+
" structure=SMILES('C[NH]'), spinMultiplicity=2)",
158+
" structure=SMILES('[CH2]N'), spinMultiplicity=2)",
159159
" label='CH3NH <=> CH2NH2',",
160160
" reactants=['CH3NH'],",
161161
" products=['CH2NH2'],",

0 commit comments

Comments
 (0)