Skip to content

Commit

Permalink
do not ensure nestedness before fitting geometry of VMEC fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici committed Dec 29, 2024
1 parent 7d378c2 commit 809eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/vmec.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def load(
file.close()

# initialize Equilibrium
eq = Equilibrium(**inputs, check_orientation=False)
eq = Equilibrium(**inputs, check_orientation=False, ensure_nested=False)

Check warning on line 174 in desc/vmec.py

View check run for this annotation

Codecov / codecov/patch

desc/vmec.py#L174

Added line #L174 was not covered by tests

# R
m, n, R_mn = ptolemy_identity_fwd(xm, xn, s=rmns, c=rmnc)
Expand Down

0 comments on commit 809eeb0

Please sign in to comment.