From 73646d0cd9fee9bdc0df5874e46f0e15c439ca8f Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Wed, 31 Jan 2024 16:23:57 -0500 Subject: [PATCH] Update tests/gflownet/envs/test_spacegroup.py rename Co-authored-by: Alex --- tests/gflownet/envs/test_spacegroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gflownet/envs/test_spacegroup.py b/tests/gflownet/envs/test_spacegroup.py index 312a8e870..a8b50039a 100644 --- a/tests/gflownet/envs/test_spacegroup.py +++ b/tests/gflownet/envs/test_spacegroup.py @@ -407,7 +407,7 @@ def setup(self, env_with_composition): } -class TestSpaceGroupWithRestrictedSubgroups(common.BaseTestsDiscrete): +class TestSpaceGroupWithRestrictedSpaceGroups(common.BaseTestsDiscrete): """Common tests for SpaceGroup with restricted space groups.""" @pytest.fixture(autouse=True)