Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
|
@cpaniaguam what's going on with the tests here? Running for over 3h :0 |
@AlexanderFengler there seems to be a problem with pymc v.5.19 and the environments with Python v.3.10/12. I can't get it to install properly in those environments locally and it seems like in ci gets hung up. @digicosmos86 any ideas? |
|
I don't think this is anything new. We did have tests that ran for this long with certain values. Looks like slice samplers are causing this problem. @AlexanderFengler any idea from the outputs? |
|
@cpaniaguam what do you mean you can't install PyMC 5.19 locally? |
Oh sorry, I meant that I can't install |
|
@digicosmos86 will look at the outputs, but it's a bit weird. Not getting those problems on my PRs. (slow tests ~30min) |
@AlexanderFengler Yeah checked with Carlos about it but it seems that some tests just consistently fail after only updating PyMC. That's why we are moving to |
|
@digicosmos86 ok sounds reasonable. |
|
Taken care of in the context of #607 now. |
This pull request includes updates to dependencies in the
pyproject.tomlfile. Namely, it updates of thepymcdependency to a newer version.Dependency updates:
pyproject.toml: Updated thepymcdependency from ">=5.16.2,<5.17.0" to "^5.19".The goal is to ensure this version is compatible with
hssmand further investigate #608.