-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
statsmodels frequency inference problems on 0.14.0 #7922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ok, pls post relevant failing code as an example. These look like with statsmodels master yes? |
I ran
I may have a chance to debug tomorrow |
Thanks. The C/Cython errors may be local issues. I don't recall having seen those. The relevant failing code is the test suite... ;) Specifically any of the tsa tests and graphics.tests.test_tsaplots. |
This was broken by commit 4b27023 in issue #7606 (cc @sinhrks). The statsmodels tests check if a The change was make the code work as documented. @jseabold are you OK with me submitting a PR for statsmodels? Sorry to break the tests like that, but I think DatetimeIndex should always have a freqstr attribute, even if it's None. |
Closing this as it's been fixed in statsmodels. Sorry again for the break. |
Am I doing anything wrong to generate this? I don't think so because when I run this on small values for
|
ideally show a copy / pastable example that is self reproducing at a minimum show some more code and df.info() and series.dtype |
Reports are starting to trickle in of failing statsmodels tests on pandas 0.14.0. I haven't had a chance to see what the problem is yet.
statsmodels/statsmodels#1822
The text was updated successfully, but these errors were encountered: