svalinn / parastell

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

Radial distance utility hot fix #152

Closed connoramoreno closed 2 months ago

connoramoreno commented 2 months ago

This is a relatively concentrated hot fix that updates the radial distance utility to reflect recent changes to the syntax of the magnet workflow. Changes include:

The scope of this PR was kept relatively focused but additional changes should be made to the radial distance utility in subsequent PRs to better leverage modifications to the MagnetSet and MagnetCoil classes from PRs #139 and #151.

Note that this PR depends on the filament-data-refactor branch, and therefore must be merged into that branch or must wait for PR #151 to be merged into main should we want this PR to do the same.

Closes #149