armi.bookkeeping.tests.test_historyTracker module
Tests for the history tracker interface.
These tests actually run a jupyter notebook that is in the documentation to build a valid HDF5 file to load from as a test fixtures. Thus they take a little longer than usual.
- class armi.bookkeeping.tests.test_historyTracker.TestHistoryTracker(methodName='runTest')[source]
Bases:
ArmiTestHelperHistory tracker tests that require a Reactor Model.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- test_calcMGFluence()[source]
This test confirms that mg flux has many groups when loaded with the history tracker.
Test Case: Demonstrate that a parameter stored at differing time nodes can be recovered. T_ARMI_HIST_TRACK0
- test_historyParameters()[source]
Retrieve various parameters from the history.
Test Case: Demonstrate that various parameters stored at differing time nodes can be recovered. T_ARMI_HIST_TRACK1