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

Build docs fails because of an old hdf used to generate the sdec plot #2497

Open
jvshields opened this issue Dec 18, 2023 · 1 comment
Open

Comments

@jvshields
Copy link
Contributor

When triggering build_docs, the job fails when trying to run this line:
hdf_plotter = SDECPlotter.from_hdf("demo.hdf")

It reports failing with this error:
KeyError: 'No object named /simulation/simulation_state/r_inner in the file'

I believe this is because the demo.hdf file used to generate the sdec plot was made before the radiation field restructure. The demo needs to be regenerated with the new (still changing) tardis structure for build_docs to be able to run.

@ghost
Copy link

ghost commented Dec 20, 2023

Doesn't this error show up when the object is not found in the file. Try checking the file Structure, try using hp5py to see whats inside. Please correct me if i am wrong .

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

No branches or pull requests

2 participants