Skip to content

Commit

Permalink
Resolve Github issue #1174, bug in surface computations
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Aug 12, 2024
1 parent 5c309d8 commit a43a5bf
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 522 deletions.
1 change: 0 additions & 1 deletion desc/compute/_basis_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,6 @@ def _e_sub_rho(params, transforms, profiles, data, **kwargs):
# At the magnetic axis, this function returns the multivalued map whose
# image is the set { 𝐞ᵨ | ρ=0 }.
data["e_rho"] = jnp.array([data["R_r"], data["R"] * data["omega_r"], data["Z_r"]]).T

return data


Expand Down
Loading

0 comments on commit a43a5bf

Please sign in to comment.