Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions M2/Macaulay2/packages/EnumerationCurves.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1051,15 +1051,6 @@ TEST ///
assert(rationalCurve(4) == 15517926796875/64)
///

-- Slower test: rationalCurve(5) takes ~12s on a current laptop, which
-- is why it was originally commented out. The value
-- 229305888887648 is Katz's classical enumeration of degree-5
-- rational curves on a general quintic threefold; without this
-- assertion the degree-5 code path has zero direct coverage.
TEST ///
assert(rationalCurve(5) == 229305888887648)
///

-- rationalCurve(1, D) for the five complete-intersection Calabi-Yau
-- threefold types. Previously only D = {5} was tested via
-- rationalCurve(1).
Expand Down
Loading