From 9036b4551e04e5fac1cd1955484d435249659430 Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Tue, 24 Dec 2024 15:21:57 +0000 Subject: [PATCH] Fix lint after update --- goalie/go_mesh_seq.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/goalie/go_mesh_seq.py b/goalie/go_mesh_seq.py index 9028364..4caa559 100644 --- a/goalie/go_mesh_seq.py +++ b/goalie/go_mesh_seq.py @@ -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,