-
Notifications
You must be signed in to change notification settings - Fork 32
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
Adding stcal-alignment sub-package. #196
Conversation
* Add setting of number_extended_events This was not being set when in single processing mode. * Update CHANGES.rst * Update CHANGES.rst * Update test_jump.py --------- Co-authored-by: Howard Bushouse <[email protected]>
This reverts commit 0eea0e5.
Co-authored-by: Nadia Dencheva <[email protected]>
* use OpenAstronomy PyPI upload workflow * try copying Astropy's config (may need to omit arm entries) * force CPython * fix upload event filter
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.
This needs a rebase - some of the changes in CHANGES.rst
do not appear in the version on master. Also I left a couple internal comments.
* copy build matrix from Astropy * parametrize the Python version
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.
This still does not look quite right as there are changes on main that are duplicated here. Can you do a rebase and move the change log?
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 addresses the implementation of the common-code sub-package
alignment
.Note
The downstream job for romancal will succeed once PR#919 has been approved.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)