Skip to content

Commit 66abe9c

Browse files
committed
nemt
1 parent b1b82a9 commit 66abe9c

2 files changed

Lines changed: 75 additions & 1083 deletions

File tree

src/SetPartitionsMType.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ using Test, SeqTests, SeqUtils
710710

711711
function test()
712712

713-
@testset "OrderedSetPolynomialsitionsMType" begin
713+
@testset "OrdSetPolyMType" begin
714714
@test string(P097805(3)) == "x^3+2*x^2+x"
715715
@test L097805(3) == [0, 1, 2, 1]
716716
@test TL097805(3, 5) == [[1], [0, 1], [0, 1, 1], [0, 1, 2, 1], [0, 1, 3, 3, 1]]
@@ -746,7 +746,7 @@ function test()
746746
@test L211212(6) == [1, -1, 69, -33661, 60376809, -288294050521]
747747
end
748748

749-
@testset "SetPartitionsMType" begin
749+
@testset "SetPartMType" begin
750750
@test L156289(5) == [0, 1, 255, 2205, 3150, 945]
751751
@test L156289(6) == [0, 1, 1023, 21120, 65835, 51975, 10395]
752752
@test L291451(5) == [0, 1, 5460, 260260, 1401400, 1401400]
@@ -763,7 +763,7 @@ function test()
763763
@test L291976(6) == [1, -1, 34, -5281, 2185429, -1854147586]
764764
end
765765

766-
@testset "SetPartitionsByShape" begin
766+
@testset "SetPartByShape" begin
767767
@test ShapePartitions(3, 4) == [0, 1, 220, 462, 9240, 15400]
768768
end
769769
end

0 commit comments

Comments
 (0)