pangeo-data / xESMF

Universal Regridder for Geospatial Data
http://xesmf.readthedocs.io/
MIT License
183 stars 32 forks source link

Replace if statements by dict.get to reduce number of code switches #295

Closed huard closed 10 months ago

huard commented 10 months ago

We had too many switches (if else) in the init. Replaced some of them by dict.get() calls to resolve linting failure.

review-notebook-app[bot] commented 10 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

huard commented 10 months ago

I've fixed the RtD in another PR.