Skip to content

Commit f0e9803

Browse files
committed
Misspelled a word...
1 parent af1c6cc commit f0e9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_jan_model(image_shape, num_classes):
3434
assert y.shape == (n, num_classes), f"Shape: {y.shape}"
3535

3636

37-
@pytest.mark.parameterize("image_shape", [(3, 28, 28)])
37+
@pytest.mark.parametrize("image_shape", [(3, 28, 28)])
3838
def test_magnus_model(image_shape):
3939
import torch as th
4040

0 commit comments

Comments
 (0)