Skip to content

Commit

Permalink
fix: ivy.arange convert to native arrays and back
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 18, 2024
1 parent 594c103 commit 84adbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy/functional/ivy/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def __len__(self, /) -> int: ...
@handle_nestable
@handle_array_like_without_promotion
@handle_out_argument
@to_native_arrays_and_back
@outputs_to_ivy_arrays
@handle_array_function
@handle_device
Expand Down

0 comments on commit 84adbf0

Please sign in to comment.