Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jul 13, 2024
1 parent 7db7b98 commit b73a782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def trunc(x):


@with_supported_dtypes(
{"0.4.14 and below": ("float32", "float64", "int32", "int64")}, "jax"
{"0.4.30 and below": ("float32", "float64", "int32", "int64")}, "jax"
)
@to_ivy_arrays_and_back
def unwrap(p, discont=None, axis=-1, period=2 * ivy.pi):
Expand Down

0 comments on commit b73a782

Please sign in to comment.