Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 349d6c2 commit 2ca543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invert4geom/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def run_inversion(
)

# set starting delta L2 norm to positive infinity
delta_l2_norm = np.Inf
delta_l2_norm = np.inf

# iteration times
iter_times = []
Expand Down

0 comments on commit 2ca543d

Please sign in to comment.