Tests

Submodules

tests.hall_littlewood_test module

class tests.hall_littlewood_test.TestHallLittlewood(methodName='runTest')[source]

Bases: TestCase

_classSetupFailed = False
_class_cleanups = []
test_hl_21_3coord() None[source]
test_hl_22_3coord() None[source]
test_hl_2_2coord() None[source]
test_hl_2_3coord() None[source]
test_hl_31_2coord() None[source]
test_hl_3_2coord() None[source]
test_hl_42_2coord() None[source]

tests.homogeneous_elementary_test module

class tests.homogeneous_elementary_test.TestHomogeneousElementary(methodName='runTest')[source]

Bases: TestCase

_classSetupFailed = False
_class_cleanups = []
test_elementary_coordinates() None[source]
test_elementary_ep5() None[source]
test_homogeneous_coordinates() None[source]
test_homogeneous_hp6() None[source]
test_initialization() None[source]

tests.monomial_test module

class tests.monomial_test.TestMonomial(methodName='runTest')[source]

Bases: TestCase

_classSetupFailed = False
_class_cleanups = []
test_partition21_1coord() None[source]
test_partition21_2coord() None[source]
test_partition21_3coord() None[source]
test_partition3311_3coord() None[source]
test_partition3311_4coord() None[source]

tests.schur_test module

class tests.schur_test.TestSchurPolynomial(methodName='runTest')[source]

Bases: TestCase

We have two different implementations of the Schur polynomials. The first, faster, uses the determinant of the homogeneous polynomials. The second is defined via de characters of the symmetric group. In this test we calculate the equality of these polynomials for some partitions, including two edge cases: partitions = (7, 5, 3) and (7, 5, 3, 1)

_classSetupFailed = False
_class_cleanups = []
test_schur_2111() None[source]
test_schur_3() None[source]
test_schur_421() None[source]
test_schur_43() None[source]
test_schur_753() None[source]
test_schur_753321() None[source]

tests.states_test module

class tests.states_test.TestYoung(methodName='runTest')[source]

Bases: TestCase

_classSetupFailed = False
_class_cleanups = []
test_conjugacy_partition_states() None[source]
test_initialization_young_list() None[source]

tests.young_test module

class tests.young_test.TestYoung(methodName='runTest')[source]

Bases: TestCase

_classSetupFailed = False
_class_cleanups = []
test_contains_interlacing_young() None[source]
test_diagonal_hook_length() None[source]
test_diagonal_transpose_young() None[source]
test_equavalence_objects() None[source]
test_initialization_young_list() None[source]
test_methods_conjugacy() None[source]
test_methods_young() None[source]
test_properties_conjugacy() None[source]
test_properties_young() None[source]

Module contents