Skip to content

Commit ead0815

Browse files
fix(tests): correct setUp/tearDown structure in test_radial_fourier
1 parent 8fb969e commit ead0815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_radial_fourier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def setUp(self):
3535
# Create test data
3636
self.test_image_3d = torch.randn(1, 32, 64, 64, device=self.device) # Batch, D, H, W
3737

38+
def tearDown(self):
3839
"""Clean up after tests."""
3940
set_determinism(seed=None)
4041

0 commit comments

Comments
 (0)