serpent-tools icon indicating copy to clipboard operation
serpent-tools copied to clipboard

A suite of parsers designed to make interacting with SERPENT output files simple and flawless

Results 48 serpent-tools issues
Sort by recently updated
recently updated
newest added

Closes #464 Originally written by Andrea Alfonsi in #465 Please add the appropriate tag to the beginning of the title of your PR: 1. `[DOC]` if documentation related 1. `[DEP]`...

Closes #467 For bug fixes and enhancements, link to the corresponding issue. Make sure you have read over the developer guide to ease the review process. These include: - [x]...

Discovered this while working on #470. For bug fixes and enhancements, link to the corresponding issue. Make sure you have read over the developer guide to ease the review process....

**Is your feature request related to a problem? Please describe.** Serpent 2.2 has been released for some time, but `serpentTools` has not formally supported it. So when you read a...

enhancement

## Summary of issue Some of the plot tests are failing with newer matplotlib versions ``` tests/test_sensivity.py::SensitivityPlotTester::test_plot_labelFormatter FAILED [ 66%] tests/test_sensivity.py::SensitivityPlotTester::test_plot_labelFormatter_oneIso FAILED [ 66%] tests/test_sensivity.py::SensitivityPlotTester::test_plot_normalized FAILED [ 66%] tests/test_sensivity.py::SensitivityPlotTester::test_plot_notNormalized_noSigma PASSED...

bug

## Summary of issue See #465 test summary information. Py 3.9 hanging ## Code for reproducing the issue ## Actual outcome including console output and error traceback if applicable ##...

bug

Please add the appropriate tag to the beginning of the title of your PR: 1. `[DOC]` if documentation related 1. `[DEP]` if something is deprecated or a deprecated feature is...

## Summary of issue The MicroXSReader fails to read a ``mdx`` file if no fission yields are requested (in serpent simulation). This is caused by the implementation in the ```_precheck```...

bug

857b9f51b1e4224c77c9458121af2188e36931f9 added additional keys to the results reader so that it could properly handle reading files generated in 2.1.32. But, options were not added to https://github.com/CORE-GATECH-GROUP/serpent-tools/blob/c4b8ee6ac6a92bc4d3334d0f669f39deab54ec42/serpentTools/parsers/results.py#L43-L52 and thus the following...

SERPENT allows detectors to be defined against cylindrical (r, theta, z) meshes, as well as Cartesian. We should support a simple plot routine for this as well. We may have...

enhancement
help wanted