Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 21, 2024
1 parent ff25b91 commit 9b3ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/em/static/test_current_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_circular_loop(circle_loop, orient, method, xyz):
circle_loop.orientation = orient

# line segment approx.
n_segments = 128
n_segments = 256
rs = np.full(n_segments + 1, circle_loop.radius)
thetas = np.linspace(0, 2 * np.pi, n_segments + 1)

Expand Down

0 comments on commit 9b3ee89

Please sign in to comment.