armi.utils.tests.test_plotting module

Tests for basic plotting tools.

class armi.utils.tests.test_plotting.TestPlotting(methodName='runTest')[source]

Bases: TestCase

Test and demonstrate some plotting capabilities of ARMI.

Notes

These tests don’t do a great job of making sure the plot appears correctly, but they do check that the lines of code run, and that an image is produced, and demonstrate how they are meant to be called.

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_plotDepthMap()[source]
test_plotAssemblyTypes()[source]
test_plotBlockFlux()[source]
test_plotHexBlock()[source]
test_plotCartesianBlock()[source]