FIDUCEO / FCDR_HIRS

Other
1 stars 2 forks source link

Workaround xarray catch warnings #257

Closed gerritholl closed 6 years ago

gerritholl commented 6 years ago

There are now yet more places in which xarray uses numpy.catch_warnings. That makes me unhappy, for it triggers the bug at https://bugs.python.org/issue29672 which causes warnings to flood. Do yet more monkey-patching and other dirty stuff to shut it all up.