Skip to content

[BUG] KeyError and Kernel dies for regression test files  #3289

Description

@JaeBeom1019

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.
image

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions