-
Notifications
You must be signed in to change notification settings - Fork 23
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
Handle changes in kwarg defaults in Axes.scatter (take 2) #333
Conversation
Codecov Report
@@ Coverage Diff @@
## master #333 +/- ##
=======================================
Coverage 49.52% 49.52%
=======================================
Files 57 57
Lines 8420 8420
=======================================
Hits 4170 4170
Misses 4250 4250
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
056c32f
to
e28bd80
Compare
@duncanmmacleod Thanks for the revised PR to make this work. A couple items:
Thanks again! |
e28bd80
to
cf84460
Compare
No. I will endeavour to remember how to run my own code to generate one...
Done, green CI across the board!
|
@duncanmmacleod A gentle nudge on this. Waiting for an example to prove this works, if it is possible to generate. Thanks! |
Sorry for the ping @duncanmmacleod, I know you were on holiday. Just checking back with you on the status of this and wanted to make sure it didn't fall off your radar. Thanks |
@duncanmmacleod A second to Evan's nudge. |
in trigger plots Co-authored-by: Alex Urban <alexander.urban@ligo.org>
cf84460
to
c924008
Compare
Gents, I've rebased this again, updating the GWpy requirement to 3.0.0, will try and remember how to generate an example. |
Hi @duncanmmacleod any progress on this front? Thank you! |
@duncanmmacleod I want to try and get the new release of gwsumm out this week, maybe tomorrow. Do you think that you will be able to address this PR this week? If so, that would be really wonderful. Thanks in advance! |
@duncanmmacleod I'm not sure this is enough to fix the issue. I've copied the changes in this PR and made a summary page for the omicron triggers recently from H1: https://ldas-jobs.ligo-wa.caltech.edu/~evan.goetz/summary/day/20221122/lock/glitches/ In the upper left plot, the triggers with higher SNR are still being obscured by the lower SNR triggers. 😞 Somehow the sorting is still not working properly Edit: I stand corrected! It actually does work if I add |
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.
LGTM
This PR revives #328.