Skip to content

Commit

Permalink
added long case to test group - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebarthel committed Mar 7, 2023
1 parent 3532f7e commit 8c30579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compass/ocean/tests/mitgcm_baroclinic_gyre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ def __init__(self, mpas_core):
for resolution in ['80km']:
self.add_test_case(
GyreTestCase(test_group=self, resolution=resolution, long=False))
self.add_test_case(
GyreTestCase(test_group=self, resolution=resolution, long=True))


0 comments on commit 8c30579

Please sign in to comment.