Skip to content

Commit

Permalink
code reformatting applied
Browse files Browse the repository at this point in the history
  • Loading branch information
sqali committed Sep 21, 2023
1 parent 6b52b8a commit 7f76459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_core/ops/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def erf(x):
Using `float32` data type
>>> x_float32 = np.array([-3.0, -2.0], dtype=np.float32)
>>> y_float32 = Erf()(x_float32)
Using large values
>>> x_large = np.array([1e10, -1e10])
>>> y_large = Erf()(x_large)
Expand Down

0 comments on commit 7f76459

Please sign in to comment.