Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Oct 25, 2023
1 parent ac1db5b commit d8547af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goalie/go_mesh_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def fixed_point_iteration(
self.vertex_counts = [self.count_vertices()]
self.qoi_values = []
self.estimator_values = []
converged = False
self.converged[:] = False
self.check_convergence[:] = True

Expand Down

0 comments on commit d8547af

Please sign in to comment.