Skip to content

Commit

Permalink
add return type of solve_continuation_automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Nov 26, 2024
1 parent e01bc31 commit a73e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/continuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def solve_continuation_automatic( # noqa: C901
checkpoint_path=None,
jac_chunk_size="auto",
**kwargs,
):
) -> EquilibriaFamily:
"""Solve for an equilibrium using an automatic continuation method.
By default, the method first solves for a no pressure tokamak, then a finite beta
Expand Down

0 comments on commit a73e158

Please sign in to comment.