Closed d-torrance closed 4 years ago
I have removed the test in https://github.com/Macaulay2/M2/pull/1096/commits/718c3dddf528ce4d2b6afdb5847c5b32a875a562
We should aim to remove NAGtools.m2
entirely. Here are all places where it is mentioned:
M2/Macaulay2/packages/NAGtools.m2:6: "NAGtools",
M2/Macaulay2/packages/NAGtools.m2:200:endPackage "NAGtools"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/EXA/Vision/degreeBifocal.m2:2:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/monodromy/degree-computation.m2:1:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/monodromy/sparse-system-via-polynomials.m2:2:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/monodromy/sparse-system.m2:2:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/real/elliptope2steiner.m2:4:load "NAGtools.m2"
M2/Macaulay2/packages/NumericalAlgebraicGeometry/SYSTEMS/real/nobuki.m2:3:load "NAGtools.m2"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/1e621-G36-SLP.m2:18:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/1e9-G36-SLP.m2:14:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/21e3-G36-SLP.m2:11:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/2e4-G26-SLP.m2:11:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/2e53e2-G48-SLP.m2:17:needsPackage "NAGtools"
M2/Macaulay2/packages/NumericalSchubertCalculus/EXA/4lines-SLP.m2:25:needsPackage "NAGtools"
M2/Macaulay2/packages/ReactionNetworks/monodromy-experiment.m2:4:needsPackage "NAGtools"
@timduff35, some of the examples can be modified to use MonodromySolver
. Feel free to move the ones in NumericalAlgebraicGeometry/
to MonodromySolver/
.
Closing - fixed in 718c3dd
The following test in
NumericalAlgebraicGeometry
requires theNAGtools
package:https://github.com/Macaulay2/M2/blob/ea039800e10a6d8e4708312ebb5edac3fda88479/M2/Macaulay2/packages/NumericalAlgebraicGeometry/extraNAGtypes.m2#L287-L295
However,
NAGtools
is not included in=distributed-packages
, and so it's not installed. This results in a failing test:Should
NAGtools
be installed, or should this test be removed?