-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
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
sage.tests
: Update # needs
#36657
sage.tests
: Update # needs
#36657
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise LGTM.
src/sage/tests/book_stein_ent.py
Outdated
sage: Q = plot(prime_pi, 2,10000, rgbcolor='black') | ||
sage: R = plot(sqrt(x)*log(x),2,10000,rgbcolor='red') | ||
sage: show(P+Q+R,xmin=0, figsize=[8,3]) | ||
sage: P = plot(Li, 2,10000, rgbcolor='purple') # needs sage.plot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
block scope
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done in 7133182
Documentation preview for this PR (built with commit 7133182; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you! |
Cherry-picked from #35095.
📝 Checklist
⌛ Dependencies