-
Notifications
You must be signed in to change notification settings - Fork 27
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
ENH: Function to calculate reference grids aligned with the coefficients #355
Conversation
d1c5fd2
to
2b9eaef
Compare
A test should come shortly - cleaning up some of the code of ChatGPT :D |
0b42d2e
to
acf0f46
Compare
acf0f46
to
562ff6b
Compare
562ff6b
to
0597421
Compare
0597421
to
ebc926d
Compare
Co-authored-by: Chris Markiewicz <[email protected]>
b8b7c53
to
ac80266
Compare
after long time scratching my head, it seems mango does not always interpret orientation correctly. freeview seems to do so though.
2f705e4
to
f03d54a
Compare
While debugging this, I've found:
|
@effigies this is now ready. I submitted it without the draft marking because I thought the initial version was more mature and testing was going to be easier, which didn't happen. |
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #355 +/- ##
==========================================
+ Coverage 83.08% 83.27% +0.18%
==========================================
Files 25 25
Lines 2123 2147 +24
Branches 258 260 +2
==========================================
+ Hits 1764 1788 +24
Misses 313 313
Partials 46 46
☔ View full report in Codecov by Sentry. |
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.
The function looks good. Minor comments. I will have a detailed look at the test when I can, but it won't be today.
Co-authored-by: Mathias Goncalves <[email protected]> Co-authored-by: Chris Markiewicz <[email protected]>
6fc63d4
to
f01cee1
Compare
This is split off from #346, to focus only on this particular task, which is probably the most complicated aspect of the refactor (or the one we definitely want to get right).