armi.cases.tests.test_suiteBuilder module

Unit tests for the SuiteBuilder

class armi.cases.tests.test_suiteBuilder.LatinHyperCubeModifier(name, paramType: str, bounds: list, independentVariable=None)[source]

Bases: armi.cases.inputModifiers.inputModifiers.SamplingInputModifier

class armi.cases.tests.test_suiteBuilder.TestLatinHyperCubeSuiteBuilder(methodName='runTest')[source]

Bases: unittest.case.TestCase

Class to test LatinHyperCubeSuiteBuilder.

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_initialize()[source]
test_buildSuite()[source]
test_addDegreeOfFreedom()[source]