Skip to content

Commit

Permalink
inf
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Apr 15, 2024
1 parent 1121a4c commit f92fdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_conserved_quantities_demartino.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ def test_cl_detect_execution_time(data_demartino2014):
# <5s on modern hardware, but leave some slack
max_time_seconds = 40 if "GITHUB_ACTIONS" in os.environ else 10

runtime = np.Inf
runtime = np.inf

for _ in range(max_tries):
runtime = compute_moiety_conservation_laws_demartino2014(
Expand Down

0 comments on commit f92fdc3

Please sign in to comment.