pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.66k stars 2k forks source link

Remove `mutable=True` in test suite #7367

Closed wd60622 closed 3 months ago

wd60622 commented 3 months ago

Description

There are few instances of mutable=True in the test suite which raise warnings while running.

Search on repo: https://github.com/search?q=repo%3Apymc-devs%2Fpymc%20mutable%3DTrue&type=code

Would likely be best to just remove this argument since they are not checked

ricardoV94 commented 3 months ago

Thanks, do you want to do it?