Skip to content

Commit

Permalink
Merge pull request #33 from theosanderson/theosanderson-patch-2
Browse files Browse the repository at this point in the history
Fix np.Inf, removed in numpy 2.0
  • Loading branch information
theosanderson authored Jul 17, 2024
2 parents b83cb21 + a52bdab commit c3a92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronumental/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def main():

num_steps = args.steps
was_interrupted = False
lowest_loss = np.Inf
lowest_loss = np.inf
best_params = None
for step in range(num_steps):

Expand Down

0 comments on commit c3a92f8

Please sign in to comment.