Skip to content

Commit

Permalink
Lint fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
atb1995 committed Nov 27, 2024
1 parent cd2f94e commit 6db8296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/time_discretisation/time_discretisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self, domain, field_name=None, solver_parameters=None,
self.wrapper.subwrappers.update({field: RecoveryWrapper(self, suboption)})
elif suboption.name == "supg":
raise RuntimeError(
f'Time discretisation: suboption SUPG is not implemented within MixedOptions')
'Time discretisation: suboption SUPG is not implemented within MixedOptions')
else:
raise RuntimeError(
f'Time discretisation: suboption wrapper {suboption.name} not implemented')
Expand Down

0 comments on commit 6db8296

Please sign in to comment.