-
Notifications
You must be signed in to change notification settings - Fork 295
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
fixed DNB_SENZ file_key #2791
fixed DNB_SENZ file_key #2791
Conversation
Wow this is...embarrassing how long this has been there. Thanks for fixing this. It looks like tests are failing perhaps because your version of Satpy in your fork isn't synced with the pytroll satpy main branch which includes some changes to how satpy is packaged. Could you try rebasing with main and we'll see how the tests goes? |
Hi David, thanks for getting back to me so fast. I'm a little at a loss by the tests failing, I did sync my fork before making any of my changes and confirmed that the only difference between the main branch and mine was in that one line in the reader yaml. Steve and I looked at it for a while and couldn't figure it out. If you have any guidance on how to proceed that would be appreciated, especially since it's such a little change. |
I restarted the tests. The failure was something about |
Seems like it still failed for the same reason. I checked and made sure the pyproject.tomls were identical. This may be entirely unrelated but the only difference I am seeing between these CI actions failing and the ones that have recently passed is that mine is running the "Update Environment" step while most of the successful runs seemed to skip that. |
@wjsharpe So I've been investing with @pnuu the problem in the tests, and we can't find anything wrong. I created #2792, which is basically the main branch where I cherry picked your commit, and there doesn't seem to be any problem. I just restarted the jobs, to see if it was some temporary glitch in the dependency resolution that would install an old version of the build system. Looks good so far... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2791 +/- ##
=======================================
Coverage 95.94% 95.94%
=======================================
Files 379 379
Lines 53693 53693
=======================================
Hits 51515 51515
Misses 2178 2178
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 8804006679Details
💛 - Coveralls |
@djhoese Wanted to circle back to this. It seems like the tests are passing besides one which is failing for unrelated reasons. Do you guys think this is ready to merge? Thanks again for the help in debugging. |
Done. Thanks. |
Changed DNB_SENZ file_key in viirs_l1b reader yaml from 'geolocation_data/solar_zenith' to 'geolocation_data/sensor_zenith'.