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 cc6a8a3 commit 7550d8eCopy full SHA for 7550d8e
test/monovec.jl
@@ -22,6 +22,7 @@
22
@test (@inferred monovec([1], [x]))[2] isa AbstractArray{<:AbstractMonomial}
23
@test length(monovec([y, x])) == 2
24
X = monovec([x, 1, x*y])
25
+ @test X == collect(X)
26
@test nvariables(X) == 2
27
@test variables(X)[1] == x
28
@test variables(X)[2] == y
0 commit comments