You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the notebook, the inline plot function does not seem to be working any more.
openmc.plot_inline(plots)
results in a runtime error.
If I try to run openmc manually in plot mode from within the container, I get the following results:
usr@c1996b83cb0f:~/example_notebooks$ ls
MSRE.ipynb geometry.xml materials.xml plots.xml
usr@c1996b83cb0f:~/example_notebooks$ openmc -p
Reading cross sections XML file...
Reading materials XML file...
Reading geometry XML file...
Using the DOUBLE-DOWN interface to Embree.
Illegal instruction (core dumped)
Do you have any indication on what goes wrong here?
Also, I tried to compile the docker image myself, but I got stuck with versioning. See seperate issue & PR.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
When running the notebook, the inline plot function does not seem to be working any more.
results in a runtime error.
If I try to run openmc manually in plot mode from within the container, I get the following results:
Do you have any indication on what goes wrong here?
Also, I tried to compile the docker image myself, but I got stuck with versioning. See seperate issue & PR.
Thanks!
The text was updated successfully, but these errors were encountered: