Skip to content

Commit

Permalink
Update gusto/time_discretisation/wrappers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Bendall <[email protected]>
  • Loading branch information
Ig-dolci and tommbendall authored Dec 19, 2024
1 parent e7875dd commit 74ed18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/time_discretisation/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def post_apply(self, x_out):
"""

if self.interp_back:
self.x_projected.assign(self.x_out_projector)
self.x_projected.assign(assemble(self.x_out_projector))

Check failure on line 306 in gusto/time_discretisation/wrappers.py

View workflow job for this annotation

GitHub Actions / Run linter

F821

gusto/time_discretisation/wrappers.py:306:37: F821 undefined name 'assemble'
else:
self.x_out_projector.project()
x_out.assign(self.x_projected)
Expand Down

0 comments on commit 74ed18b

Please sign in to comment.