pymc-devs / pymc

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

Reenable some compiler errors #7270

Open maresb opened 2 months ago

maresb commented 2 months ago

Ideally we fix issues instead of suppressing them

Description

I'm hoping that https://github.com/pymc-devs/pytensor/pull/725 will make this flag unnecessary. Looking forward to seeing what happens.

Related Issue

Checklist

Type of change


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

maresb commented 2 months ago

@ricardoV94, it seems to me like we're missing these upstream macos failures since the PyTensor test suite doesn't run on macos. Any particular reason it's absent? Seems like it would be prudent to add.

ricardoV94 commented 2 months ago

@ricardoV94, it seems to me like we're missing these upstream macos failures since the PyTensor test suite doesn't run on macos. Any particular reason it's absent? Seems like it would be prudent to add.

We have refrained from duplicating the whole test suite across different OSes because it's pretty wasteful. But we can add other OS jobs with targeted tests. The hard part is just picking what to select