Skip to content

Commit

Permalink
Merge branch 'master' into rc/notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma authored Jan 3, 2025
2 parents 55dfe15 + f8c66c7 commit 9f7dfff
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)

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

0 comments on commit 9f7dfff

Please sign in to comment.