The material_tags were not set for all the shapes in the EuDemoFrom2015PaperDiagram class. The made it difficult to use in neutronics simulations as the tags default to None.
This PR adds material_tags to all the shapes so that it can be used in neutronics simulations easily
Thanks for reporting this error @tokamaster
Types of changes
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Code refactoring
[ ] Documentation Update (if none of the other choices apply)
[ ] New tests
Checklist
[ ] Pep8 applied
[ ] Unit tests pass locally with my changes
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have added necessary documentation (if appropriate)
Proposed changes
The material_tags were not set for all the shapes in the EuDemoFrom2015PaperDiagram class. The made it difficult to use in neutronics simulations as the tags default to None.
This PR adds material_tags to all the shapes so that it can be used in neutronics simulations easily
Thanks for reporting this error @tokamaster
Types of changes
Checklist