rlouf / mcx

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

Does `black` corrupt MCX programs? #75

Closed rlouf closed 3 years ago

rlouf commented 3 years ago

black introduces a space between < and ~. This shouldn't affect the parser, but I open this issue to make sure to check this before releasing.

rlouf commented 3 years ago

No, although not as beautiful, MCX models are still parsed correctly.