Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici committed Aug 29, 2024
1 parent cd2a041 commit 2b99cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desc/objectives/_coils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,6 @@ def compute(self, field_params=None, constants=None):
)

A_dot_e_theta = jnp.sum(A * data["e_theta"], axis=1)
# TODO: use the line integral compute utilities
Psi = jnp.sum(grid.spacing[:, 1] * A_dot_e_theta)
else:
B = constants["field"].compute_magnetic_field(
Expand Down

0 comments on commit 2b99cc8

Please sign in to comment.