Skip to content

Commit 97d59c3

Browse files
authored
Fix shinx tests (#62)
1 parent 12c8d4a commit 97d59c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pyiron_atomistics_live.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_sphinx_calc_minimize(self):
4747
job_sphinx = get_dataclass(job_dict[job.job_name])
4848
self.assertEqual(
4949
job_sphinx.calculation_output.generic.energy_tot[-1],
50-
-228.7831594382322 * ureg.eV,
50+
-228.78315943858593 * ureg.eV,
5151
)
5252

5353
def test_sphinx_calc_static(self):
@@ -64,7 +64,7 @@ def test_sphinx_calc_static(self):
6464
job_sphinx = get_dataclass(job_dict[job.job_name])
6565
self.assertEqual(
6666
job_sphinx.calculation_output.generic.energy_tot[-1],
67-
-228.78316013563278 * ureg.eV,
67+
-228.78316094884508 * ureg.eV,
6868
)
6969

7070
def test_lammps_calc_static(self):

0 commit comments

Comments
 (0)