Skip to content

Commit

Permalink
#73: Revert to previous solver_kwargs dict
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Dec 22, 2024
1 parent a39154a commit a32596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goalie/go_mesh_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def indicate_errors(
:rtype1: :class:`~.AdjointSolutionData`
:rtype2: :class:`~.IndicatorData`
"""
solver_kwargs = deepcopy(solver_kwargs or {})
solver_kwargs = solver_kwargs or {}
default_enrichment_kwargs = {"enrichment_method": "p", "num_enrichments": 1}
enrichment_kwargs = dict(default_enrichment_kwargs, **(enrichment_kwargs or {}))
enriched_mesh_seq = self.get_enriched_mesh_seq(**enrichment_kwargs)
Expand Down

0 comments on commit a32596c

Please sign in to comment.