Skip to content

Commit

Permalink
Add back line of code lost during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Jul 1, 2024
1 parent 4c4553a commit 6ac38cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desc/compute/_basis_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,7 @@ def _e_sup_zeta_zz(params, transforms, profiles, data, **kwargs):
def _e_sub_phi(params, transforms, profiles, data, **kwargs):
# dX/dphi at const r,t = dX/dz * dz/dphi = dX/dz / (dphi/dz)
data["e_phi"] = (data["e_zeta"].T / data["phi_z"]).T
return data


@register_compute_fun(
Expand Down

0 comments on commit 6ac38cf

Please sign in to comment.