You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is fundamentally a pandas or numpy issue (or if I'm doing the wrong thing and missed a deprecation warning) but code that ran as expected with numpy 1.24.3 is now raising an error on 1.25.0
Based on the linked issue this is expected / intended behavior for numpy and while pandas may improve the behavior of numpy export to avoid including pd.NA values, I gather this is something that needs to be worked around for now.
Describe the issue:
Not sure if this is fundamentally a pandas or numpy issue (or if I'm doing the wrong thing and missed a deprecation warning) but code that ran as expected with numpy 1.24.3 is now raising an error on 1.25.0
Reproduce the code example:
Error message:
Runtime information:
Context for the issue:
Failing seaborn tests: https://github.com/mwaskom/seaborn/actions/runs/5275363773
The text was updated successfully, but these errors were encountered: