diff --git a/parastell/invessel_build.py b/parastell/invessel_build.py index 818adf64..92928a28 100644 --- a/parastell/invessel_build.py +++ b/parastell/invessel_build.py @@ -77,7 +77,7 @@ class InVesselBuild(object): interpolated between those specified in 'toroidal_angles' if this value is greater than the number of entries in 'toroidal_angles'. num_rib_pts (int): total number of points defining each rib spline - (defaults to 61). Points are set at poloidal angles interpolated + (defaults to 67). Points are set at poloidal angles interpolated between those specified in 'poloidal_angles' if this value is greater than the number of entries in 'poloidal_angles'. scale (float): a scaling factor between the units of VMEC and [cm] @@ -98,7 +98,7 @@ def __init__( self.repeat = 0 self.num_ribs = 61 - self.num_rib_pts = 61 + self.num_rib_pts = 67 self.scale = m2cm for name in kwargs.keys() & ( diff --git a/tests/test_invessel_build.py b/tests/test_invessel_build.py index 0b690b9a..7dfc78bd 100644 --- a/tests/test_invessel_build.py +++ b/tests/test_invessel_build.py @@ -64,7 +64,7 @@ def test_ivb_basics(invessel_build): wall_s_exp = 1.08 repeat_exp = 0 num_ribs_exp = 11 - num_rib_pts_exp = 61 + num_rib_pts_exp = 67 scale_exp = 100 chamber_mat_tag_exp = "Vacuum"