rlouf / mcx

Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
324 stars 17 forks source link

Replaced all format calls with f-strings #47

Closed lmmx closed 4 years ago

lmmx commented 4 years ago

Second attempt, up to date with the changes on master since last night, now as a single commit. Tests gave an error in a file I didn't touch in my changes, sending a PR to see if the CI reproduces this error

rlouf commented 4 years ago

Looks good to me! Thank you so much for doing that.