Skip to content

Commit

Permalink
Update test_pylammpsmpi_cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 22, 2023
1 parent cd84d1a commit 6a339c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pylammpsmpi_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_extract_variable(self):
self.assertEqual(np.round(x, 2), 1.13)

x = self.lmp.extract_variable("fx", "all", 1)
self.assertEqual(len(x), 128)
self.assertEqual(len(x), 256)
self.assertEqual(np.round(x[0], 2), -0.26)

def test_scatter_atoms(self):
Expand Down

0 comments on commit 6a339c1

Please sign in to comment.