Kevin Sheppard
Kevin Sheppard
It looks like CIBW is broken on OSX. It appears to be downloading arm64 wheels for the build, but then downloading x86_64 for the test, all for an x86_64 build....
I have traced the issue to how CIBW behaves when the runner is arm64. For now it does not work correctly when building x86_64 wheels that need to link to...
This is 100% not a NumPy bug. This issue has to do with how CIBW works when hosted on either x86_64 or arm64. On x86_64, it will emulate arm and...
I could consider something liek this, but it is hard to generalize to all ARCH-type models. I think when you want a sensible LRV the best choice is to use...
Sorry for a small hijack. @josef-pkt There have been a couple of emails relating to statsmodels, one from me and one from @stefanv . If you haven't received them, could...
Looks like SciPy got deleted too.
These exist purely for use by mypy and are not essential for correct operation of the code.
Basically you have a variable that is say `Optional[ndarray]` and is initiated to None. By the time you hit some point in code, I know it has to be an...
That sounds like a bug. Clearly my assertion to get typing correct is wrong, or the code would eventually fail somewhere else. Without looking at code, I think endog is...
What error do you get when you remove the assertion.with -O