Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/unit/autogram/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ def test_compute_gramian_manual():
[1],
],
)
@mark.parametrize("batch_dim", [0, None])
def test_reshape_equivariance(shape: list[int], batch_dim: int | None):
def test_reshape_equivariance(shape: list[int]):
"""
Test equivariance of `compute_gramian` under reshape operation. More precisely, if we reshape
the `output` to some `shape`, then the result is the same as reshaping the Gramian to the
Expand Down
Loading