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 aad6f27 commit 28cce93Copy full SHA for 28cce93
tests/unit/autogram/test_engine.py
@@ -468,8 +468,7 @@ def test_compute_gramian_manual():
468
[1],
469
],
470
)
471
-@mark.parametrize("batch_dim", [0, None])
472
-def test_reshape_equivariance(shape: list[int], batch_dim: int | None):
+def test_reshape_equivariance(shape: list[int]):
473
"""
474
Test equivariance of `compute_gramian` under reshape operation. More precisely, if we reshape
475
the `output` to some `shape`, then the result is the same as reshaping the Gramian to the
0 commit comments