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 12c8d4a commit 97d59c3Copy full SHA for 97d59c3
tests/test_pyiron_atomistics_live.py
@@ -47,7 +47,7 @@ def test_sphinx_calc_minimize(self):
47
job_sphinx = get_dataclass(job_dict[job.job_name])
48
self.assertEqual(
49
job_sphinx.calculation_output.generic.energy_tot[-1],
50
- -228.7831594382322 * ureg.eV,
+ -228.78315943858593 * ureg.eV,
51
)
52
53
def test_sphinx_calc_static(self):
@@ -64,7 +64,7 @@ def test_sphinx_calc_static(self):
64
65
66
67
- -228.78316013563278 * ureg.eV,
+ -228.78316094884508 * ureg.eV,
68
69
70
def test_lammps_calc_static(self):
0 commit comments