Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jan 4, 2024
1 parent c3c9e5a commit 891bebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PyMPDATA_examples/Olesik_et_al_2022/wall_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_wall_time(n_runs=3, mrats=(20,), generate=False, print_tab=True, rtol=R
minimum_values = []
while i < n_runs:
result = make_data(settings, grid, opts)
print("\t", i, opts, result['wall_time'])
print("\t", i, opts, result["wall_time"])
wall_times = result["wall_time"]
minimal = np.nanmin(wall_times)
minimum_values.append(minimal)
Expand Down

0 comments on commit 891bebb

Please sign in to comment.