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 2cc436d commit 4f3baaaCopy full SHA for 4f3baaa
test/TropicalGeometry/variety.jl
@@ -82,7 +82,7 @@
82
83
# general ideals, see doctests
84
I = grassmann_pluecker_ideal(2, 5)
85
- TropI = tropical_variety(I)
+ TropI = tropical_variety(I; skip_saturaion=true, skip_decomposition=true)
86
@test f_vector(TropI) == [0, 0, 0, 0, 0, 1, 10, 15]
87
end
88
0 commit comments