Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jshipton committed Nov 14, 2024
1 parent db9b0cf commit ec1a5d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gusto/equations/shallow_water_equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class ShallowWaterEquations(PrognosticEquationSet):
for Coriolis parameter 'f' and bottom surface 'b'.
"""


def __init__(self, domain, parameters, fexpr=None, bexpr=None,
space_names=None, linearisation_map='default',
u_transport_option='vector_invariant_form',
Expand Down

0 comments on commit ec1a5d4

Please sign in to comment.