Add cp314t build#212
Conversation
|
The That seems relatively benign, and is possibly related to the different default for The Windows on Arm jobs show crashes, but on all of https://github.com/MacPython/statsmodels-wheels/actions/runs/27669875530/job/81831635348?pr=212 |
|
The windows arm failures are expected. They have been failing since they were first started. There appears to be OpenBlas bug(s). These have been reported to NumPy. I agree that the warnings failure is pretty important. The bigger issue is that other parts segfault under free threading when actually run in parallel. But I suppose we can still have a cp314t wheel even if it isn't actually threadsafe. |
The statespace tests segfault when run in parallel because the testa are written in an unsafe way. The class |
|
I'm happy with more models. Cold you point me to an example where a model is shared? I'm happy to use some tokens to tackle this. |
See https://github.com/statsmodels/statsmodels/blob/cfae27cdd96c2fda81eeac682308092432d211eb/statsmodels/tsa/statespace/tests/test_dynamic_factor.py#L28-L63 During the setup of test it assigns a model to a |
|
I submitted statsmodels/statsmodels#9877 to fix the |
closes #208