Skip to content

Commit

Permalink
merge with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AD1024 committed Nov 11, 2022
1 parent aa012ce commit 168fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/lang/matrix_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _rotation2d_matrix(alpha):


@preconditions(
arg_at(0, same_shapes),
arg_at(0, lambda xs: same_shapes(*xs)),
arg_foreach_check(
0,
fns=[assert_vector(), assert_list],
Expand Down

0 comments on commit 168fc5e

Please sign in to comment.