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] authored and taichi-gardener committed Oct 9, 2022
1 parent 0925a97 commit e6c3fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/test_offline_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def python_kernel5(lo: ti.i32, hi: ti.i32, n: ti.i32):
(kernel1, (100, 200, 10.2), python_kernel1, 1),
(kernel2, (1024, ), python_kernel2, 3),
(kernel3, (10,
ti.Matrix([[1, 2], [256, 1024]],
ti.i32)), python_kernel3, 1),
ti.Matrix([[1, 2], [256, 1024]],
ti.i32)), python_kernel3, 1),
(kernel4, (1, 10, 2), python_kernel4, 3),
(kernel5, (1, 2, 2), python_kernel5, 3)]

Expand Down

0 comments on commit e6c3fd4

Please sign in to comment.