Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix pre-commit
  • Loading branch information
Vahid Tavanashad committed Aug 28, 2024
commit 64c1d1e8336082b8a560ad2ba9b184252ee574e3
2 changes: 1 addition & 1 deletion tests/test_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_size():
assert dpnp.size(a, 0) == exp
assert dpnp.size(ia, 0) == exp


class TestAppend:
@pytest.mark.parametrize(
"arr",
Expand Down