COSIMA / cosima-cookbook

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

Stop capturing all warnings #341

Closed angus-g closed 3 months ago

angus-g commented 5 months 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.

navidcy commented 4 months ago

I like this.

I'm not really sure if I'm in position to properly review.... (meaning I don't understand what really the code changes do here)

navidcy commented 3 months ago

@dougiesquire could you review this?

navidcy commented 3 months ago

@angus-g merge?