Tests
Submodules
tests.hall_littlewood_test module
tests.homogeneous_elementary_test module
tests.monomial_test module
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 = []