Skip to content

Commit

Permalink
Update bluemira/equilibria/coils/_grouping.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Funk <oliverfunk@users.noreply.github.com>
  • Loading branch information
je-cook and oliverfunk authored Jun 10, 2024
1 parent f993885 commit 8de8eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluemira/equilibria/coils/_grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _get_val(lst: npt.ArrayLike | None, idx: int, default=None):
current=eqdsk.Ic[i],
dx=dx,
dz=dz,
ctype=ct or CoilType.CS,
ctype=CoilType.CS,
name=cn,
)
)
Expand Down

0 comments on commit 8de8eb9

Please sign in to comment.