Skip to content

Commit

Permalink
nd and axis test.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lta committed Feb 2, 2024
1 parent 2f055db commit 0d4b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_swt.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_iswt_1d(level, size, wavelet):


# TODO: test beyond 2d.
@pytest.mark.parametrize("size", [[1, 64], [2, 128], [3, 256]])
@pytest.mark.parametrize("size", [[32, 64], [32, 128], [3, 32, 256]])
@pytest.mark.parametrize("wavelet", ["db1", "db2", "sym5"])
@pytest.mark.parametrize("level", [1, 2, 3]) # TODO: None
@pytest.mark.parametrize("axis", [1, -1])
Expand Down

0 comments on commit 0d4b30d

Please sign in to comment.