liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
40 stars 2 forks source link

Fix some pytets warnings #147

Closed GianmarcoCallegher closed 11 months ago

GianmarcoCallegher commented 11 months ago

The UserWarning can be fixed in several ways (look here for more details) by they all involve installing a pip package or tkinter. I would not do that since they appear only in the tests. Maybe we can just ignore the warnings in the tests. What do you think, @jobrachem ?