Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ye committed Jun 20, 2021
1 parent 4efc4b6 commit 02994a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/python/test_sparse_deactivate.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ def clear_temp():
clear_temp()

for itr in range(100):
if itr % 10 == 0:
print('test itr=', itr)
copy_to_temp()
clear()
copy_from_temp()
Expand Down
3 changes: 0 additions & 3 deletions tests/python/test_struct_for_intermediate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

@ti.test(require=ti.extension.sparse, demote_dense_struct_fors=False)
def test_nested():
ti.init(ti.metal, demote_dense_struct_fors=False)
ti.set_logging_level(ti.TRACE)
x = ti.field(ti.i32)

p, q = 3, 7
Expand All @@ -15,7 +13,6 @@ def test_nested():
@ti.kernel
def iterate():
for i, j in x.parent():
print('i=', i, ' j=', j)
x[i, j] += 1

iterate()
Expand Down

0 comments on commit 02994a7

Please sign in to comment.