Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error message identifying variable name if get_array fails eg while plotting output #103

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

sjdaines
Copy link
Member

@sjdaines sjdaines commented Dec 9, 2024

This should generate a useful error message with the variable name eg if a plot fails somewhere inside a long stack of plots for many variables.

An example is where the failure is due to an incorrect region specifier, eg '(cell=1,)' or '(column=1,)' which previously gave a generic failure message without identifying the variable name.

…le plotting output.

This should generate a useful error message with the variable name eg if a plot fails
somewhere inside a long stack of plots for many variables.

An example is where the failure is due to an incorrect region specifier, eg '(cell=1,)' or '(column=1,)'
which previously gave a generic failure message without identifying the variable name.
@sjdaines sjdaines merged commit b7c426f into main Dec 10, 2024
3 checks passed
@sjdaines sjdaines deleted the array_plot_robustness_fixes branch December 10, 2024 18:03
@sjdaines sjdaines restored the array_plot_robustness_fixes branch December 10, 2024 18:59
@sjdaines sjdaines deleted the array_plot_robustness_fixes branch December 10, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant