Skip to content

Commit

Permalink
[test] Fix autodiff test for unsupported shift ptr (taichi-dev#5723)
Browse files Browse the repository at this point in the history
  • Loading branch information
erizmr authored and Ailing Zhang committed Aug 10, 2022
1 parent f2893b2 commit ca8c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_ad_math_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from tests import test_utils


@test_utils.test(require=ti.extension.adstack)
@test_utils.test(require=ti.extension.adstack, dynamic_index=False)
def test_polar_decompose_2D():
# `polar_decompose3d` in current Taichi version (v1.1) does not support autodiff,
# becasue it mixed usage of for-loops and statements without looping.
Expand Down

0 comments on commit ca8c0ac

Please sign in to comment.