ComputationalPhysiology / gotran

Library for declaring and translating ODEs
http://computationalphysiology.github.io/gotran/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Convert to fstrings and apply black formatter #13

Closed finsberg closed 2 years ago

finsberg commented 2 years ago

Time for a clean up of the code base. Convert all strings that takes in arguments to f-strings and apply the black formatter to the entire code base.