-
Notifications
You must be signed in to change notification settings - Fork 5
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
Combine bugfix #153
Combine bugfix #153
Conversation
Ensure fill value evaluation works for NaN.
Added a function to evaluate fill values for normal and special values (e.g., NaN and Inf).
Ensure mock downloads test for both versions of potential F10.7 prelim file names.
Partial fix for combine_kp bugs.
Fixed boolean True/False swap.
Fixed the boolean swap logic and removed debug statements.
Fixed the `is_fill_val` implementation for string types.
Fixed under-indented line.
Added unit test for `is_fill_val`.
Added summary of changes to the changelog.
Moved up the time evaluation for the forecast F10.7 data in the combine function. Also removed a duplicate definition of a date range variable.
date_range = pds.date_range(start=start, end=end_date, freq=freq) | ||
|
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 was already identically defined on line 265
Tests are failing because:
|
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.
Looks good. Whatever was up with the ubuntu runs the other day is now fixed (reran the jobs).
Description
Addresses bugs found when fixing an issue in the operational workflow.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran locally with operational code and added unit test.
Test Configuration
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the
release checklist on the pysat wiki:
https://github.com/pysat/pysat/wiki/Checklist-for-Release