daft-dev / daft

Render probabilistic graphical models using matplotlib
https://docs.daft-pgm.org
MIT License
675 stars 118 forks source link

Fix all linter issues #127

Closed varunagrawal closed 3 years ago

varunagrawal commented 3 years ago

My Python linter flagged a bunch of issues, especially a dangerous one regarding usage of mutable types as default arguments. This PR fixes all of them.

You can read more about the dangers here.