-
Notifications
You must be signed in to change notification settings - Fork 26
Refactor PolarBasis2D ~~> PolarFT
#994
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #994 +/- ##
===========================================
+ Coverage 88.79% 88.82% +0.02%
===========================================
Files 127 127
Lines 11321 11359 +38
===========================================
+ Hits 10053 10090 +37
- Misses 1268 1269 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Is this guy ready for review? It looks like it was auto triggered, but if your are still working on it I won't put on my todo list quite yet. Thanks |
Not quite ready. I mistakenly created this as PR instead of a draft. I reverted to a draft, but it looks like you guys will still get pinged about it. |
|
Hey @garrettwrong, this is ready for an initial review. I'm still working on fixing up the |
garrettwrong
left a comment
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.
Hey, this is great. Thank you for taking the time to clean this up and verify the implementation.
Mostly quick small stuff. There is the one mode testing issue, but I took a look at it and hope the suggestion is helpful.
|
Oops, sorry @garrettwrong. Left a |
garrettwrong
left a comment
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.
Still a couple stragglers, but otherwise looking good. Thanks.
garrettwrong
left a comment
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.
🚀
|
@janden, this is ready for you to take a look whenever you get a chance. Tagging you here since I mistakenly opened this as a PR instead of a draft and you might have not gotten a review request when I marked as "Ready for Review". |
janden
left a comment
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.
Looks good! Just a few things.
This PR consists of
PolarBasis2DPolarFTcommonline_baseandcommonline_synccode to work with refactored pftn_theta / 2) instead of [n_theta / 2,n_theta)Note, this PR is to address some issues encountered in a downstream branch for the port of the common-lines method using SDP. It was found that our convention for building the common-lines matrix was causing the SDP method to fail.