Skip to content

Commit

Permalink
Fix lint after update
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 24, 2024
1 parent 64f8939 commit 9036b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goalie/go_mesh_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def indicate_errors(

# Initialise adjoint solver generators on the MeshSeq and its enriched version
adj_sol_gen = self._solve_adjoint(**solver_kwargs)
# Track form coefficient changes in the enriched problem if the problem is unsteady
# Track form coefficient changes in the enriched problem if the problem is
# unsteady
adj_sol_gen_enriched = enriched_mesh_seq._solve_adjoint(
track_coefficients=not self.steady,
**solver_kwargs,
Expand Down

0 comments on commit 9036b45

Please sign in to comment.