Skip to content

Commit

Permalink
Update _compat_numpy_array_manipulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 13, 2024
1 parent 825cd40 commit c32e2fb
Show file tree
Hide file tree
Showing 2 changed files with 797 additions and 348 deletions.
2 changes: 1 addition & 1 deletion brainunit/math/_compat_numpy_array_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ def meshgrid(
copy: Optional[bool] = True,
sparse: Optional[bool] = False,
indexing: Optional[str] = 'xy'
) -> list[Quantity] | list[Array]:
) -> Union[list[Quantity], list[Array]]:
"""
Return coordinate matrices from coordinate vectors.
Expand Down
Loading

0 comments on commit c32e2fb

Please sign in to comment.