From aab313cbf23162a3eb420f6129d43f59578214c3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 31 Jan 2024 20:32:13 +0100 Subject: [PATCH 1/3] Update environment-mpich.yml --- .ci_support/environment-mpich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index db5fb80..ca14d95 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage - - lammps =2023.08.02 + - lammps =2023.11.21 - mpich - numpy =1.26.3 - mpi4py =3.1.5 From aa8712a4d66f6bbb1385ef58719e9c29641d44e8 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 31 Jan 2024 20:32:30 +0100 Subject: [PATCH 2/3] Update environment-openmpi.yml --- .ci_support/environment-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 1c70135..17ef4e5 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage - - lammps =2023.08.02 + - lammps =2023.11.21 - openmpi - numpy =1.26.3 - mpi4py =3.1.5 From 5a5c04f4060b9236b38d098d40e779b6a7a15592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Wed, 31 Jan 2024 20:38:05 +0100 Subject: [PATCH 3/3] fix version in test --- tests/test_base.py | 2 +- tests/test_concurrent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_base.py b/tests/test_base.py index 51869a2..a1b256a 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -98,7 +98,7 @@ def test_cmdarg_options(self): self.assertTrue(os.path.isfile(self.citation_file)) def test_version(self): - self.assertTrue(self.lmp.version in [20220623, 20230802]) + self.assertTrue(self.lmp.version in [20220623, 20230802, 20231121]) def test_extract_global(self): self.assertEqual( diff --git a/tests/test_concurrent.py b/tests/test_concurrent.py index 7931f2c..bd4525f 100644 --- a/tests/test_concurrent.py +++ b/tests/test_concurrent.py @@ -94,7 +94,7 @@ def test_cmdarg_options(self): self.assertTrue(os.path.isfile(self.citation_file)) def test_version(self): - self.assertTrue(self.lmp.version.result() in [20220623, 20230802]) + self.assertTrue(self.lmp.version.result() in [20220623, 20230802, 20231121]) def test_extract_global(self): self.assertEqual(