Skip to content

Commit 032aae9

Browse files
committed
TropicalGeometry: fixed test for tropical_variety
1 parent 2cc436d commit 032aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TropicalGeometry/variety.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
# general ideals, see doctests
8484
I = grassmann_pluecker_ideal(2, 5)
85-
TropI = tropical_variety(I)
85+
TropI = tropical_variety(I; skip_saturation=true, skip_decomposition=true)
8686
@test f_vector(TropI) == [0, 0, 0, 0, 0, 1, 10, 15]
8787
end
8888
end

0 commit comments

Comments
 (0)