-
Notifications
You must be signed in to change notification settings - Fork 0
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
provide method to access parent streams #2
provide method to access parent streams #2
Conversation
…; moving towards full coverage.
… of cache may contain variable, add failing test
Given sagemath#36575, I guess it makes sense to alert the user that |
I'm afraid I need help with the failing test:
This fails (
so I don't see what's going wrong. |
I think I understand now: Unfortunately, I don't see how it could. |
Documentation preview for this PR (built with commit 05376a6; changes) is ready! 🎉 |
c62ee41
to
d91b508
Compare
2688cb5
to
3ab190b
Compare
Remove excessive blank lines around INPUT, OUTPUT, EXAMPLES, and before docstring ending """. (#2)
I trust that only the last element of the cache may contain the variable. I couldn't find a counterexample. It would be great if you could try to construct one.
I do not understand substitution in polynomial rings. In particular, I added a currently failing test.
The tests in
lazy_series_ring.py
now take about 30s on my laptop, I think that's too much.As I mentioned elsewhere, the signature of
integral
should probably followmulti_power_series_ring_element.MPowerSeries.integral
.