Skip to content

Commit c8ca38e

Browse files
committed
Remove useless test case.
1 parent d9c7f6e commit c8ca38e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/test_volume.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -813,10 +813,6 @@ def test_transformation_symmetry_warnings(symmetric_vols):
813813
assert str(vol_c3.symmetry_group) == "C3"
814814

815815

816-
@pytest.mark.skipif(
817-
(os.getenv("GITHUB_JOB") == "ampere_gpu"),
818-
reason="Cached warnings will error for this job.",
819-
)
820816
def test_aglebraic_ops_symmetry_warnings(symmetric_vols):
821817
"""
822818
A warning should be emitted for add, sub, mult, and div.
@@ -850,12 +846,6 @@ def test_aglebraic_ops_symmetry_warnings(symmetric_vols):
850846
# Should have 4 warnings on record.
851847
assert len(record) == 4
852848

853-
# Check that warning occurs only once per line.
854-
with warnings.catch_warnings(record=True) as record:
855-
for _ in range(5):
856-
vol_c3 + vol_c4
857-
assert len(record) == 1
858-
859849

860850
def test_volume_load_with_symmetry():
861851
# Check we can load a Volume with symmetry_group.

0 commit comments

Comments
 (0)