Skip to content

Commit

Permalink
change per pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jun 26, 2024
1 parent 1a0c7c4 commit 4f94e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions parastell/invessel_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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() & (
Expand Down
2 changes: 1 addition & 1 deletion tests/test_invessel_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4f94e4f

Please sign in to comment.