-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI/COMPAT: read_stata failing in numpy dev pipeline #35426
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
cc @bashtage |
That is a NumPy bug. numpy/numpy#16939 |
Avoid creating an array of dtypes to workaround NumPy future change closes pandas-dev#35426
Fixed it anyway. No reason to create an array of dtypes. |
Avoid creating an array of dtypes to workaround NumPy future change closes pandas-dev#35426
@bashtage , thanks! |
|
We've already opened an issue upstream: numpy/numpy#16939 |
Avoid creating an array of dtypes to workaround NumPy future change closes pandas-dev#35426
closing in favour of #35481 as Stata tests no longer failing |
Avoid creating an array of dtypes to workaround NumPy future change closes pandas-dev#35426
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Problem description
Looks like a change in numpy broke our
read_stata
code, so now we have a bunch ofread_stata
test errors popping up during CI in the numpy_dev pipeline. Maybe this Numpy PR somehow broke things? I don't think any other PR merged during the last 24 hours could have possibly done so, although I might be missing something.Error example:
The text was updated successfully, but these errors were encountered: