-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix check_kw handling and changelog errors #528
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #528 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 2025 2019 -6
=========================================
- Hits 2025 2019 -6 ☔ 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.
Thanks @bhazelton. This all looks good to me!
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.
hera_sim
tests are failing for two reasons. One of them is that they use the check_kw
argument for _complete_uvdata
, so I've made a PR to fix that. The other however doesn't seem to be to do with hera_sim
itself -- it's an error that telecfg
is not a key in extra_keywords
, and the error seems to be coming from a function in pyuvsim itself, so we should check that out.
Spoke too soon... see my other comment
I fixed the extra keywords problem, but if hera_sim is calling the (private) |
We understand that it's a private method, so API changes are allowed to happen. If it's made a public API, then more stability would be required, but I think it's fine. It's a simple fix on the hera-sim end. |
@steven-murray if you're good with this now can you re-approve? |
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.
Great!
Description
This PR fixes some errors introduced in recent PRs.
I discovered errors in how #503 was implemented, so I fixed them here.
I also discovered that there were mistakes in changelog updates in #503 and #519 where changes were recorded as going into version 1.4.0 rather than into the unreleased section. These are fixed here as well.
Motivation and Context
Types of changes
Checklist:
For all pull requests:
Bug fix checklist: