File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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- )
820816def 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
860850def test_volume_load_with_symmetry ():
861851 # Check we can load a Volume with symmetry_group.
You can’t perform that action at this time.
0 commit comments