OpenMC/tests
Andrew Johnson 3f42fc8505
Remove FissionYieldHelper.libraries; Return from compute_yields
Previously the yields were appended into the libraries
attribute. Now, the yields are returned directly and not
appended at all. It is up to the caller to place these yields
in the correct location.

The Operator maintains a list of of the libraries that is updated
through the unpacking method, and then set onto the Chain
after working through all local materials
2019-08-08 08:57:26 -05:00
..
regression_tests Merge branch 'develop' into bug-restart-mpi 2019-08-07 13:50:42 -05:00
unit_tests Remove FissionYieldHelper.libraries; Return from compute_yields 2019-08-08 08:57:26 -05:00
__init__.py Fix bug with clearing k_generation and entropy 2018-02-08 14:32:28 -06:00
chain_simple.xml Move simple chains into tests directory 2018-02-21 10:50:18 -06:00
conftest.py Fix file locations for depletion tests. Convert regression ones to pytest 2018-02-13 15:08:05 -06:00
dummy_operator.py Pass fission yields to depletion matrix_func 2019-08-07 19:54:49 -05:00
readme.rst Update documentation relating to test suite 2018-02-05 07:35:48 -06:00
testing_harness.py Make CMFD tests work with glibc 2.27 and 2.28 2019-04-05 14:51:10 -05:00

See docs/source/devguide/tests.rst for information on the OpenMC test suite.