We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7a55a commit fdb14a1Copy full SHA for fdb14a1
arkane/outputTest.py
@@ -64,7 +64,7 @@ def test_prettify(self):
64
with open(os.path.join(benzyl_path, 'output.py'), 'r') as f:
65
lines = f.readlines()
66
self.assertIn('conformer(\n', lines)
67
- self.assertIn(" E0 = (193.749, 'kJ/mol'),\n", lines)
+ self.assertIn(" E0 = (195.161, 'kJ/mol'),\n", lines)
68
self.assertIn('thermo(\n', lines)
69
self.assertIn(" Cp0 = (33.2579, 'J/(mol*K)'),\n", lines)
70
0 commit comments