xarray-contrib / xarray-simlab

Xarray extension and framework for computer model simulations
http://xarray-simlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
73 stars 9 forks source link

Converted old string formatting to fstrings #90

Closed rlange2 closed 4 years ago

rlange2 commented 4 years ago

A few cases where str.format() is used instead of its corresponding f-string were left in the code due to readability. The rest should be taken care of.

rlange2 commented 4 years ago

I put your suggestions into the code. There were a few occurrences of not yet updated strings and strings to merge. That should do it for now.

benbovy commented 4 years ago

Merged, thanks @rlange2 !

I feel less alone in this repo now :)