-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Action for Bundle Connections #30209
Comments
This comment has been minimized.
This comment has been minimized.
Last 10 new commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
I don't think the depencency of #30239 is necessary anymore. Anyway, I'll leave it this way. Removing it again would be too complicated by now... |
comment:11
The pycodestyle error has been fixed in #30239. |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:14
I have removed the dependency of #30239. |
comment:15
Green patchbot. |
comment:16
I don't like doctests marked as random that are not random:
Just go through the different values and get the output explicitly (and maybe check the Your error messages in While it is good to keep encapsulation, just be aware that changes like this: - rk = vb._rank
+ rk = vb.rank() mean extra Python function calls, which are relatively expensive compared to attribute lookup. However, I have no objections to these changes as they seem like they would not have any significant impact on computation times. |
comment:17
Replying to @tscrim:
Ah, you already mentioned that in some ticket. Sure, I will take care of that.
:(
Ah, this is good to know! I'll change it back. Tomorrow... |
comment:19
I see. Something went wrong during the rebase. Please double check in comparison with #30208. |
comment:20
I've forced a new push btw. Like I said, please take a thorough look. |
comment:21
Compared with #30208 once again. Looks good, like intended. Patchbot is green again. |
Reviewer: Travis Scrimshaw |
comment:22
Thank you. LGTM. |
comment:23
Thank you for the review. |
Changed branch from u/gh-mjungmath/bundle_connection_change_of_frame to |
In this ticket, we establish the action of a bundle connection. We implement the component-wise formula based on the connection form.
See Wikipedia for details.
Depends on #30208
Depends on #30228
CC: @egourgoulhon @tscrim
Component: manifolds
Author: Michael Jung
Branch/Commit:
7ae2df9
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30209
The text was updated successfully, but these errors were encountered: