Skip to content

Commit

Permalink
Fix alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored Sep 2, 2023
1 parent 6d315f1 commit 2d9cade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(self):
self.add_test_group(MerryGoRound(mpas_core=self))
self.add_test_group(Nonhydro(mpas_core=self))
self.add_test_group(Overflow(mpas_core=self))
self.add_test_group(PlanarConvergence(mpas_core=self))
self.add_test_group(ParabolicBowl(mpas_core=self))
self.add_test_group(PlanarConvergence(mpas_core=self))
self.add_test_group(Soma(mpas_core=self))
self.add_test_group(SphereTransport(mpas_core=self))
self.add_test_group(SphericalHarmonicTransform(mpas_core=self))
Expand Down

0 comments on commit 2d9cade

Please sign in to comment.