Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 13, 2023
1 parent 9cefd7a commit 6b348fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_unary_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def test_u64(x: ti.uint64) -> ti.int32:
assert test_u64(1000) == 6
assert test_i64(10000) == 5


@test_utils.test(arch=[ti.metal])
def test_popcnt():
@ti.kernel
Expand All @@ -141,4 +142,3 @@ def test_u32(x: ti.uint32) -> ti.int32:
assert test_u32(100) == 3
assert test_u32(1000) == 6
assert test_u32(10000) == 5

0 comments on commit 6b348fd

Please sign in to comment.