Skip to content

Commit

Permalink
Use stellarator with current profile in map coordinates test
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed May 1, 2024
1 parent 321afd6 commit dabfe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_equilibrium.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_compute_theta_coords():
def test_map_coordinates():
"""Test root finding for (rho,theta,zeta) for common use cases."""
# finding coordinates along a single field line
eq = get("DSHAPE_current")
eq = get("NCSX")
eq.change_resolution(3, 3, 3, 6, 6, 6)
n = 100
coords = np.array([np.ones(n), np.zeros(n), np.linspace(0, 10 * np.pi, n)]).T
Expand Down

0 comments on commit dabfe0a

Please sign in to comment.