Skip to content

Commit

Permalink
Update base for Update on "[bug] [lang] Fix copyback for fortran cont…
Browse files Browse the repository at this point in the history
…iguous numpy arrays" (#6390)"

Attempt #2
This PR got reverted due to failed release tests.

[ghstack-poisoned]
  • Loading branch information
Ailing Zhang committed Oct 21, 2022
1 parent e211c93 commit 422138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/lang/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ def from_numpy(self, arr):
Example::
>>> m = ti.Matrix.field(2, 2, ti.f32, shape=(3, 3))
>>> arr = numpp.ones((3, 3, 2, 2))
>>> arr = numpy.ones((3, 3, 2, 2))
>>> m.from_numpy(arr)
"""

Expand Down

0 comments on commit 422138c

Please sign in to comment.