bug in randomPoints
Open
@kschwede is already working on this.
Since Oct 2, 2025.
package issue
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
From the [Google group](https://groups.google.com/g/macaulay2/c/aLvwnnJDvuU/m/9lzmAjXJAQAJ) (reported by @eisenbud):
> The following short example with nonstandard degrees loops forever, also with the option `Homogeneous => false`
>
> ```m2
> needsPackage "RandomPoints"
> kk = ZZ/(nextPrime 10^4)
> A2 = kk[x,y,Degrees=> {2,1}]
> I = ideal "x-y2"
> elapsedTime randomPoints(I)
> ```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.