Skip to content

Commit 00ed966

Browse files
authored
Update test_pylammpsmpi_local.py
1 parent e709849 commit 00ed966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pylammpsmpi_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_extract_variable(self):
5656
x = self.lmp.extract_variable("tt", "all", 0)
5757
self.assertEqual(np.round(x, 2), 1.13)
5858
x = self.lmp.extract_variable("fx", "all", 1)
59-
if sys.version_info >= (3, 10):
59+
if sys.version_info > (3, 10):
6060
self.assertEqual(len(x), 256)
6161
self.assertEqual(np.round(x[0], 2), -0.26)
6262

0 commit comments

Comments
 (0)