Skip to content

Commit

Permalink
fix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 10, 2023
1 parent 6010819 commit be178be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/experimental/array_api/_data_type_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ def _promote_to_default_dtype(x):
elif x.dtype.kind == 'c':
return x.astype(jnp.complex_)
else:
raise ValueError(f"Unrecognized {x.dtype=}")
raise ValueError(f"Unrecognized {x.dtype=}")

0 comments on commit be178be

Please sign in to comment.