tests.models.test_sm

Tests for the Standard Model

Classes

class tests.models.test_sm.TestStandardModel(methodName='runTest')

Bases: ThermoModelBaseCase, TestCase

Tests for the Standard Model

phase_arr: np.ndarray = array([0.        , 0.11111111, 0.22222222, 0.33333333, 0.44444444,        0.55555556, 0.66666667, 0.77777778, 0.88888889, 1.        ])
classmethod setUpClass(*args, **kwargs)

Hook method for setting up class fixture before running tests in the class.

temp_arr: np.ndarray = array([1.00000000e+00, 4.03232525e+00, 1.62596469e+01, 6.55641849e+01,        2.64376119e+02, 1.06605050e+03, 4.29866235e+03, 1.73336047e+04,        6.98947321e+04, 2.81838293e+05])
test_geff_arrays()

It’s easy to accidentally make these into column vectors, which will mess up the dimensionality of the spliners.

thermo: StandardModel