Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicia Yi committed Oct 1, 2024
1 parent 8635c0f commit fdd9336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/objectives/_free_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(
jac_chunk_size=None,
**kwargs,
):
self._eval_grid = parse_argname_change(eval_grid, kwargs, "grid", "eval_grid")
eval_grid = parse_argname_change(eval_grid, kwargs, "grid", "eval_grid")
if target is None and bounds is None:
target = 0
self._eval_grid = eval_grid
Expand Down

0 comments on commit fdd9336

Please sign in to comment.