Skip to content

Commit 28cce93

Browse files
authored
test(autogram): Remove batch_dim param when unused (#455)
1 parent aad6f27 commit 28cce93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/autogram/test_engine.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,7 @@ def test_compute_gramian_manual():
468468
[1],
469469
],
470470
)
471-
@mark.parametrize("batch_dim", [0, None])
472-
def test_reshape_equivariance(shape: list[int], batch_dim: int | None):
471+
def test_reshape_equivariance(shape: list[int]):
473472
"""
474473
Test equivariance of `compute_gramian` under reshape operation. More precisely, if we reshape
475474
the `output` to some `shape`, then the result is the same as reshaping the Gramian to the

0 commit comments

Comments
 (0)