-
Notifications
You must be signed in to change notification settings - Fork 20
Upgrade to ctapipe 0.24 #191
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
…ed from (n_pix, n_sample) to (n_chan, n_pix, n_chan)
d4b329f to
409a6c4
Compare
|
Hi @jlenain, |
…ere with QSS formatting which would have been interpreted as docstrings.
Hi @guillaumegrolleron , Now, the CI workflow still fails on macOS, but this is related to another issue to be fixed (proper installation of |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
==========================================
- Coverage 52.49% 52.25% -0.25%
==========================================
Files 76 76
Lines 6311 6329 +18
==========================================
- Hits 3313 3307 -6
- Misses 2998 3022 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…its in mamba environment
|
I checked this PR still work with: I think this PR is ready for review. Beware, it should not be merged before fixing:
@guillaumegrolleron , @vmarandon , @frnbrun , anyone willing to review ? |
Hi @jlenain, thanks a lot for your work, I can have a look |
… raising an error.
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.
Hi @jlenain, thanks a lot for your update, I approve the PR
Many thanks, @guillaumegrolleron ! |
This PR implements the needed change to upgrade
nectarchainto depend onctapipeversion 0.24 instead of 0.19.Most notably, this mostly boils down to
ImageExtractors inctapipewhich can now support waveforms of shapes (n_gain, n_pixel, n_sample) additionally to (n_pixel, n_sample).