diff --git a/tests/test_pyiron_atomistics_live.py b/tests/test_pyiron_atomistics_live.py index 167ca48..64b3f19 100644 --- a/tests/test_pyiron_atomistics_live.py +++ b/tests/test_pyiron_atomistics_live.py @@ -47,7 +47,7 @@ def test_sphinx_calc_minimize(self): job_sphinx = get_dataclass(job_dict[job.job_name]) self.assertEqual( job_sphinx.calculation_output.generic.energy_tot[-1], - -228.78315943905295 * ureg.eV, + -228.7831594386992 * ureg.eV, ) def test_sphinx_calc_static(self): @@ -64,7 +64,7 @@ def test_sphinx_calc_static(self): job_sphinx = get_dataclass(job_dict[job.job_name]) self.assertEqual( job_sphinx.calculation_output.generic.energy_tot[-1], - -228.78315953829286 * ureg.eV, + -228.78315945023684 * ureg.eV, ) def test_lammps_calc_static(self):