-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
AsymptoticRingFunctor does not deal with derived classes #22392
Comments
Branch: u/dkrenn/asy-functor-derive-bug |
Commit: |
Author: Daniel Krenn |
Changed branch from u/dkrenn/asy-functor-derive-bug to u/cheuberg/asy-functor-derive-bug |
comment:4
LGTM. Added one reviewer commit (mention trac ticket in Tests). New commits:
|
comment:5
Replying to @cheuberg:
Thank you. |
Reviewer: Clemens Heuberger |
Changed branch from u/cheuberg/asy-functor-derive-bug to |
…git://trac.sagemath.org/sage into t/22067/gf-polyhedron * 'public/polynomials/laurent_mpoly_constructor-21976' of git://trac.sagemath.org/sage: (709 commits) Some reviewer changes. Updated SageMath version to 7.6.beta5 py3: remove usage of `_richcmp` in complex fields a few conversions from _cmp_ to _richcmp_ Trac sagemath#22404: forgotten change in doctest Allow custom CXXFLAGS for pynac Mark surf as experimental List surf dependencies, do not build by default some doc cleanup in ell_rational_field and 2 neighbor files Trac sagemath#22398: py3: fix <type 'tuple'> trac 21592 some missing accents Clean up pynac interface py3 compatibility Trac sagemath#22404: add blanks after commas (except for tuples representing exponents) in polydict Improvements and some cleanup to ETuple. Trac sagemath#22396: mention Trac ticket in Tests Trac sagemath#22392: Mention Trac Ticket in Tests Trac sagemath#22402: PEP8: fix trailing whitespace Trac sagemath#22398: simplify id(...) = id(...) in doctest Trac sagemath#22398: doctest non-modifying input ...
We should have
but the element returned is has type
AsymptoticRing
(without theMy
).CC: @cheuberg @behackl
Component: asymptotic expansions
Author: Daniel Krenn
Branch/Commit:
4dce6f5
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/22392
The text was updated successfully, but these errors were encountered: