Skip to content

Commit

Permalink
ci: fix np.Inf -> np.inf
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyi15 committed Oct 25, 2024
1 parent a780352 commit 3d949c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_pwa/fit_improve.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def fmin_bfgs_f(
Delta=10.0,
maxiter=None,
callback=None,
norm_ord=np.Inf,
norm_ord=np.inf,
**_kwargs
):
"""test BFGS with nonmonote line search"""
Expand Down

0 comments on commit 3d949c1

Please sign in to comment.