Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Apr 11, 2024
1 parent 7b24d45 commit 21edd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/python/MITgcmutils/tests/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_readstats():
assert set(locals) == {'ETAN', 'UVEL', 'VVEL', 'WVEL', 'THETA', 'PHIHYD', 'DETADT2'}
assert set(totals) == {'ETAN', 'UVEL', 'VVEL', 'WVEL', 'THETA', 'PHIHYD', 'DETADT2'}
assert locals['THETA'].shape == (4, 5, 5)
assert locals['DETADT2'].shape == (4, 1, 5)
assert locals['DETADT2'].shape == (4, 0, 5)
assert totals['THETA'].shape == (4, 5)
assert totals['DETADT2'].shape == (4, 5)
assert locals['THETA'][1, 4, 1] == 8.4845124949601
Expand Down

0 comments on commit 21edd45

Please sign in to comment.