Fixes to key errors in examples jupyter notebook and plot proc #3994
+183
−97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Resolved issue of stellarator files not working in the example notebook due to the config not being added to the temporary directory. Added commented out lines that will allow user to run this if desired, default remains the large_tokamak file. Also added ST option (from regression input files).
Resolved issue with plot_proc key errors when using an ST. Involved making changes to variables so there is consistency between ST and LT files. Also had to add additional checks for CS coil in plot_proc file. Finally separated pfcoil_geometry into pf and cs so that in case of no CS would still work, especially as they didn't need to be a single function. Now all key errors for running ST's through plot proc are resolved.
Checklist
I confirm that I have completed the following checks: