Skip to content

Commit

Permalink
⏪ Revert "🧪 Add failing test for auto-generated space group names"
Browse files Browse the repository at this point in the history
This reverts commit 50c96c2.
  • Loading branch information
Baharis committed Jan 22, 2025
1 parent 1952454 commit 0f0cb4c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,3 @@ class TestSpaceGroupCatalog(TestPointGroupCatalog):
catalogue_length: int = 530
catalogue_standards: int = 230
catalogue_sample_HM_simple: str = 'P2/m'

def test_group_catalogs_auto_generated_names(self):
print(len(self.catalogue_object.standard.values()))
for group in self.catalogue_object.standard.values():
with self.subTest(group_id=group.number):
hardcoded_name = group.name
generated_name = group.auto_generated_name
print(f'{group.number=}, {group.name=}, {generated_name=}, {group.operations=}')
self.assertEqual(hardcoded_name, generated_name)

0 comments on commit 0f0cb4c

Please sign in to comment.