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

**Is your feature request related to a problem? Please describe.** Sometimes it is useful to normalize spectra according to lethargy and not set the max value to be unity. This...

enhancement

## Summary of issue https://readthedocs.org/projects/serpent-tools/builds/13844425/ Produces two warnings (which can be replicated locally) ``` home/docs/checkouts/readthedocs.org/user_builds/serpent-tools/checkouts/master/serpentTools/parsers/sensitivity.py:docstring of serpentTools.SensitivityReader.plot:64: WARNING: Unknown interpreted text role "method". /home/docs/checkouts/readthedocs.org/user_builds/serpent-tools/checkouts/master/docs/publications.rst:5: WARNING: Duplicate explicit target name: "nuclear...

bug
documentation

**Is your feature request related to a problem? Please describe.** Warning messages like ``` WARN SERPENT Serpent 2.1.32 found in godiva_res.m, but version 2.1.31 is defined in settings Attemping to...

enhancement

## Summary of issue Fails to install on Ubuntu 21.04 ## Code for reproducing the issue python3 -m pip install --user --upgrade pip https://github.com/CORE-GATECH-GROUP/serpent-tools/releases/download/0.9.3/serpentTools-0.9.3-py3-none-any.whl ## Actual outcome including console output...

bug

A handful of our plot routines don't allow the user to pass on additional arguments to the underlying plot call, making configuration and tweaking a little frustrating. I'll highlight some...

enhancement
good first issue
API - Compatible

I am not sure what version of Serpent implemented this, but with "set cpd" in the input you can obtain assembly- and pin-level powers, which can be turned into peaking...

enhancement
help wanted
reader

https://github.com/CORE-GATECH-GROUP/serpent-tools/blob/0d2ba449ec1c4c02117b67baab87afa9ace214f4/requirements-test.txt#L1-L8 pandas at least should go up to 1.0 I'm pretty sure we can work with pytest 6.0 Most of these are related to us supporting python 3.5 (#420 #421...

testing

Implement a reader that can be imported from `serpentTools.parsers` dedicated to reading fission matrix data.

enhancement
reader

Initially brought up in #432 for the `HomogUniv` class. As we start forwarding more plot options to the underlying matplotlib plot functions (#417, #423, #422 and friends) there may be...

Deprecations

**Is your feature request related to a problem? Please describe.** The ResultsReader has a very nice plot method, but I've found it to be frustrating to configure and tweak at...

enhancement