-
I am unable to build M2 via CMake on a fresh WSL2 install. After repeated attempts, it seems the problem always comes in the same step of building the binary, as shown below:
```
jchen@DESKTOP-B2K…
-
From https://github.com/Normaliz/Normaliz/commit/3661d6d6e9b022181a22a35dc4fcda041649bc65 (included in 3.4.0) until https://github.com/Normaliz/Normaliz/commit/6a7a243d6497f97ed074c80e11d85acb9ec30216…
-
1. Should we have essentially one type of gaussianRing (i.e. gaussianRing of mixedGraphs) and then in the methods for graph and directed graph just make a conversion of the graph to a mixedGraph?
Ad…
-
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/751a355fa5e8a8006087d392c3bd67c47d8a66ff/AlgebraicStatistics/MLE/GraphicalModelsMLE.m2#L49-L50
-
Let $I$ be an ideal in a polynomial ring
$R=QQ[x_1,\ldots,x_n]$ and $P$ be a prime ideal in $R$. The command
localize(I,P) (from the package PrimaryDecomposition which is loaded on startup)
is sup…
-
> Yes, good idea, but why does it say "package null"? -- that's not informative.
If I could figure out why those calls to `document` are being processed, then I would figure out why `currentPackage…
-
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/344ecf8eee367283e80bd0140a4a38b766dab3ab/AlgebraicStatistics/MLE/GraphicalModelsMLE.m2#L82
-
It's unclear to me what the correct answer should be. Specifically, I believe `coefficientRing localRing(ZZ[x], ideal x)` should be `QQ`, not `ZZ`:
```m2
i1 : needsPackage "LocalRings"
o1 = Loc…
-
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/751a355fa5e8a8006087d392c3bd67c47d8a66ff/AlgebraicStatistics/MLE/GraphicalModelsMLE.m2#L112-L121
@roserhp did you create the function removeS…
-
Why is === defined the way it is for functions? I imagine == is rather difficult for functions, but shouldn't === just check that the lisp version of both functions are the same? I think that would ma…