Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 4, 2024
1 parent 9e88605 commit 25d5d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simsopt/geo/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def is_self_intersecting(self, angle=0., thetas=None):
angle: the cylindrical angle at which we would like to check whether the surface is self-intersecting. Note that a
surface might not be self-intersecting at a given angle, but may be self-intersecting elsewhere. To be certain
that the surface is not self-intersecting, it is recommended to run this check at multiple angles. Also note
that angle is assumed to be in radians, and not divided by 2*pi as is commonly assumed.
that angle is assumed to be in radians, and not divided by 2*pi.
thetas: the number of uniformly spaced points to compute poloidally in a cross section. If None, then there will be
surface.quadpoints_theta.size uniformly space points in the cross section.
Returns:
Expand Down

0 comments on commit 25d5d94

Please sign in to comment.