Skip to content

Commit

Permalink
Update test_pyiron_atomistics_live.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Dec 17, 2024
1 parent e7de56d commit 077bba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pyiron_atomistics_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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):
Expand Down

0 comments on commit 077bba7

Please sign in to comment.