Closed aburrell closed 1 year ago
@aburrell, flake8 is erroring on an unbalanced bracket. It looks like there were some additional style issues in the merge. I've fixed it locally, running the tests now to see if all works as expected. Checking in to see if you fixed this locally as well before I push.
@jklenzing the load options don't seem to be resulting in the expected coverage. Is it not doing what I think it's doing?
@jklenzing the load options don't seem to be resulting in the expected coverage. Is it not doing what I think it's doing?
The list of tests with optional kwargs looks right for the new guvi data. not sure what is missing.
Documented the pysat bug at https://github.com/pysat/pysat/issues/1097
Description
Adds a TIMED GUVI instrument capable of handling the EDR Auroral data. Builds on #147 and so must be merged after that pull request. Additionally, improves testing for the platform modules and generalized support for Imager data processed by JHU APL. Streamlines previous TIMED GUVI loading, ensured all metadata was loaded appropriately, and added a custom flag for time variables, to simplify potential indexing issues.
Although one file is renamed, I did not deprecate it because it was missing from the imports.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Added a new unit test. Also:
Yields:
Test Configuration
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changes