Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 8, 2025
1 parent 718fa47 commit 2cd99ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/sphinx/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_write_input(self):
"\t}\n",
"}\n",
"structure {\n",
"\tcell = [[4.913287924027003, 0.0, 0.0], [0.0, 4.913287924027003, 0.0], [0.0, 0.0, 4.913287924027003]];\n",
"\tcell = [[4.913287927360235, 0.0, 0.0], [0.0, 4.913287927360235, 0.0], [0.0, 0.0, 4.913287927360235]];\n",
"\tspecies {\n",
'\t\telement = "Fe";\n',
"\t\tatom {\n",
Expand All @@ -167,7 +167,7 @@ def test_write_input(self):
"\t\t}\n",
"\t\tatom {\n",
'\t\t\tlabel = "spin_0.5";\n',
"\t\t\tcoords = [2.4566439620135014, 2.4566439620135014, 2.4566439620135014];\n",
"\t\t\tcoords = [2.4566439636801176, 2.4566439636801176, 2.4566439636801176];\n",
"\t\t}\n",
"\t}\n",
"\tsymmetry {\n",
Expand Down Expand Up @@ -590,7 +590,7 @@ def test_write_structure(self):
"\t}\n",
"\tatom {\n",
'\t\tlabel = "spin_0.5";\n',
"\t\tcoords = [2.4566439620135014, 2.4566439620135014, 2.4566439620135014];\n",
"\t\tcoords = [2.4566439636801176, 2.4566439636801176, 2.4566439636801176];\n",
"\t}\n",
"}\n",
"symmetry {\n",
Expand Down

0 comments on commit 2cd99ec

Please sign in to comment.