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
As per issue: numpy/numpy#21283 the attribute interpolation was changed to method (np.__version__ > 1.22). Adding support for aggregate function for older releases may be done with a warning.
Python Version
3.9 (default)
What type of operating system are you using?
Windows 11
Relevant System Configuration
No response
Relevant log output
TypeError: _percentile_dispatcher() got an unexpected keyword argument 'method'
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Error may be interpolation can only be 'linear', 'lower' 'higher', 'midpoint', or 'nearest' - if the method/interpolation value is passed of a newer version, but the system has an older version.
Error may be interpolation can only be 'linear', 'lower' 'higher', 'midpoint', or 'nearest' - if the method/interpolation value is passed of a newer version, but the system has an older version.
Fixed w/o considering argument interpolation/method in aggregation, warning is raised to alert user.
Contact Details (optional)
No response
What happened?
As per issue: numpy/numpy#21283 the attribute
interpolation
was changed tomethod
(np.__version__ > 1.22
). Adding support for aggregate function for older releases may be done with a warning.Python Version
3.9 (default)
What type of operating system are you using?
Windows 11
Relevant System Configuration
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: