We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36e9ad commit 913fd76Copy full SHA for 913fd76
1 file changed
tests/test_openmx_multiple_formats.py
@@ -28,7 +28,8 @@ def test_cell(self):
28
for ii in range(3):
29
for jj in range(3):
30
self.assertAlmostEqual(
31
- self.system["cells"][ff][ii][jj], cells[ii][jj]
+ self.system["cells"][ff][ii][jj],
32
+ cells[ff][ii][jj]
33
)
34
35
def test_coord(self):
0 commit comments