We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- **OS**:macOS 12.6.3 - **Sage Version**: 10.0.beta8
./sage -t --random-seed=4353858841104478676567296645844421851 src/sage/plot/plot.py
File "src/sage/plot/plot.py", line 1824, in sage.plot.plot.plot Failed example: plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, ymax=5)
Graphics object consisting of 12 graphics primitives
Graphics object consisting of 13 graphics primitives
Part of #32544
The text was updated successfully, but these errors were encountered:
Also happens on linux: /~https://github.com/sagemath/sage/actions/runs/7515998342/job/20460584601
Sorry, something went wrong.
Another instance of the same:
sage -t --warn-long 10.0 --random-seed=251246844545729201890491297510531298883 /usr/lib/python3.12/site-packages/sage/plot/plot.py ********************************************************************** File "/usr/lib/python3.12/site-packages/sage/plot/plot.py", line 1855, in sage.plot.plot.plot Failed example: plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, ymax=5) Expected: Graphics object consisting of 12 graphics primitives Got: Graphics object consisting of 13 graphics primitives **********************************************************************
Also, this seems a duplicate of #34772 and #33129
src/sage/plot/plot.py
No branches or pull requests
Is there an existing issue for this?
Did you read the documentation and troubleshoot guide?
Environment
Steps To Reproduce
./sage -t --random-seed=4353858841104478676567296645844421851 src/sage/plot/plot.py
File "src/sage/plot/plot.py", line 1824, in sage.plot.plot.plot
Failed example:
plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, ymax=5)
Expected Behavior
Graphics object consisting of 12 graphics primitives
Actual Behavior
Graphics object consisting of 13 graphics primitives
Additional Information
Part of #32544
The text was updated successfully, but these errors were encountered: