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 032aae9Copy full SHA for 032aae9
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_saturation=true, skip_decomposition=true)
86
@test f_vector(TropI) == [0, 0, 0, 0, 0, 1, 10, 15]
87
end
88
0 commit comments