-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Dear Team,
Thank you for your prompt response to #3284; it is greatly appreciated.
I am currently testing other examples located in the /tests/regression/input_files directory. However, I encountered some issues while running the st_regression.IN.DAT and stellarator.IN.DAT files. I wanted to bring these to your attention and seek your guidance.
st_regression.IN.DAT file: I received a KeyError message after I tied to plot summary. Please see the attached screenshot for reference.

stellarator.IN.DAT file: The Jupyter notebook kernel crashes every time I attempt to run this file. Additionally, I would like to clarify whether I need to load the stellarator.stella_conf.json file to execute stellarator.IN.DAT.
Here's a snippet of the code where the kernel dies
input_rel= "Path_to_stellarator"
temp_dir, temp_input_path = copy_to_temp_dir(input_rel)
single_run = SingleRun(str(temp_input_path))
single_run.run() # Kernel crashes here!!!
I would greatly appreciate any assistance or insights you can provide on these matters.
Thank you once again for your support.