COSIMA / cosima-cookbook

Framework for indexing and querying ocean-sea ice model output.
https://cosima-recipes.readthedocs.io/en/latest/
Apache License 2.0
57 stars 27 forks source link

Stop capturing all warnings #341

Open angus-g opened 2 days ago

angus-g commented 2 days ago

I expect this might make the indexing output more verbose, since permission errors won't go through the logging mechanism.

There's an additional update to the version mechanism to make it compatible with newer Python versions where pkg_resources no longer exists.

Closes #337.