-
Notifications
You must be signed in to change notification settings - Fork 302
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
Warnings #106
Comments
Thanks for the bug report. Note that all of these are just warnings which means they aren't errors and the code is likely working fine even when these are encountered. I appreciate you bringing these issues up though since it is always good for us to reduce future users' confusion.
|
The first warning has now been fixed in The other warnings still exist and will always exist unless extra (and in my opinion redundant) checks are done. I'll leave this open to make sure we mention somewhere in the documentation that warnings like this are expected where input data are invalid/NaN. |
I'm closing this as there isn't much we can do about NaN values causing warnings. |
Some warnings that I am not sure how to solve:
global_scene = Scene
No handlers could be found for logger "satpy.readers.yaml_reader"
global_scene.load([band_name]) - for overview of HRV meteosat
/packages/pytroll/local/lib/python2.7/site-packages/satpy/readers/hrit_msg.py:1000: RuntimeWarning: divide by zero encountered in reciprocal
data.data[:] **= -1
global_scene.save_dataset(band_name, 'my_nice_overview.png')
/packages/pytroll/local/lib/python2.7/site-packages/trollimage/image.py:847: RuntimeWarning: invalid value encountered in power
(1.0 / gamma),
The text was updated successfully, but these errors were encountered: