svalinn / parastell

Parametric 3-D CAD modeling toolset for stellarator fusion devices
MIT License
26 stars 12 forks source link

Use list comprehension for shift the theta coordinate from 0 to 2pi #164

Closed Edgar-21 closed 1 month ago

Edgar-21 commented 1 month ago

I experienced an error with nwl_utils.py as currently written, since theta_coords is a list. This approach, or changing theta_coords to a numpy array will alleviate that error.

Fixed a missing comma in invessel_build.py