Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ta440 committed Feb 20, 2024
1 parent edcc929 commit b317f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/time_discretisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def setup(self, equation, apply_bcs=True, *active_labels):
self.wrapper.field_names = equation.field_names

for field, subwrapper in self.wrapper.subwrappers.items():

if field not in equation.field_names:
raise ValueError(f"The option defined for {field} is for a field that does not exist in the equation set")

Expand Down

0 comments on commit b317f39

Please sign in to comment.