Skip to content

Commit

Permalink
Just single threading
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Dec 21, 2024
1 parent 51a16fa commit 12ad67e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_expt_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,6 @@ def test_ocean_forcing(
# max(temp) can be less maximum_temperature_in_C due to re-gridding
assert np.nanmax(expt.ic_tracers["temp"]) <= maximum_temperature_in_C

# Close experiment tracers explicitly
expt.ic_tracers.close()


@pytest.mark.parametrize(
(
Expand Down

0 comments on commit 12ad67e

Please sign in to comment.