We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1123c commit 67a9861Copy full SHA for 67a9861
test/runtests.jl
@@ -85,7 +85,7 @@ using Polynomials
85
@test isgolayperfect(11, 6, 5, 4) == false
86
87
@test length(get_codewords(5, 5, 3)) ∈ [74:74...]
88
- @test length(get_codewords(4, 7, 3; m = 1)) ∈ [256:303...]
+ @test length(get_codewords(4, 7, 3; m = 1)) ∈ [256:308...]
89
@test length(get_codewords_greedy(5, 5, 3)) == 74
90
randq, randn = rand(1:8, 2)
91
@test length(get_all_words(randq, randn)) == big(randq)^randn
0 commit comments