From 25d5d9485d2eabbbde2e39073123a17e33756ade Mon Sep 17 00:00:00 2001 From: Andrew Giuliani Date: Thu, 4 Apr 2024 12:37:34 -0400 Subject: [PATCH] docstring --- src/simsopt/geo/surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simsopt/geo/surface.py b/src/simsopt/geo/surface.py index d09a16ede..5cd9cf32a 100644 --- a/src/simsopt/geo/surface.py +++ b/src/simsopt/geo/surface.py @@ -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: