pymc-devs / pymc

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

Avoid internal deprecation warnings in tests #7368

Closed wd60622 closed 1 week ago

wd60622 commented 2 weeks ago

Description

Remove the stale mutable=True which just causes unwanted warnings

Related Issue

Checklist

Type of change


📚 Documentation preview 📚: https://pymc--7368.org.readthedocs.build/en/7368/

ricardoV94 commented 2 weeks ago

I see some other warnings we could get rid of, going to push on top of this PR

ricardoV94 commented 1 week ago

Thanks @wd60622