Fusion4Energy / F4Enix

API for parsing and post-processing many MC simulations related files
Other
12 stars 10 forks source link

[BUG] - Notebooks raise raise ValueError due to empty mesh #72

Closed shimwell closed 5 months ago

shimwell commented 5 months ago

Describe the bug While adding tests to run all the notebooks I noticed that the existing stable branch has a error when running the notebooks and it is actually on the docs as well so easy to see here but I include a screenshot Screenshot 2024-06-06 132927

To Reproduce Steps to reproduce the behavior: for example:

  1. checkout the current developing or main branch
  2. run this notebook docs/source/examples/output/jupyters/meshtal.ipynb
  3. See error on the 2nd from last cell

Expected behavior notebook should run without error

Desktop (please complete the following information):

dodu94 commented 5 months ago

It seems to work with pyvista v0.42.x and not v0.43.x, to be further investigated