We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c6cc commit f0e9803Copy full SHA for f0e9803
tests/test_models.py
@@ -34,7 +34,7 @@ def test_jan_model(image_shape, num_classes):
34
assert y.shape == (n, num_classes), f"Shape: {y.shape}"
35
36
37
-@pytest.mark.parameterize("image_shape", [(3, 28, 28)])
+@pytest.mark.parametrize("image_shape", [(3, 28, 28)])
38
def test_magnus_model(image_shape):
39
import torch as th
40
0 commit comments