-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Pullback silently fails in some cases with multiple charts #31904
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Author: Eric Gourgoulhon |
Commit: |
comment:4
The fix consisted in making the internal function |
comment:5
The |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Replying to @rburing:
Good catch, thanks! (it was not revealed by the parallel doctest because |
comment:8
Ricardo, do you agree with the last version? |
Reviewer: Ricardo Buring |
comment:9
Yes, looks good now. |
comment:10
Thank you! |
Changed branch from public/manifolds/pullback_bug-31904 to |
In Sage 9.3, we have
So far so good, but
Actually,
gM
has been initialized as a tensor field object, but its components have not been evaluated in any frame:Forcing the coordinate expression of the map
F
in the Cartesian chart (for instance by a call toF.display()
) fixes the issue:However, the expression of
F
in Cartesian coordinates should not be required to compute the pullback ofg
since the latter is known in polar coordinates, whereF
has been defined:This bug has been reported at https://ask.sagemath.org/question/57431/
CC: @tscrim @mjungmath @mkoeppe
Component: manifolds
Keywords: pullback
Author: Eric Gourgoulhon
Branch/Commit:
aea4554
Reviewer: Ricardo Buring
Issue created by migration from https://trac.sagemath.org/ticket/31904
The text was updated successfully, but these errors were encountered: