Closed
Description
What is your issue?
In #8125 breaking tests in Upstream-CI was reported. Root cause is upstream #pandas-dev/pandas#54920 which is tackled in pandas-dev/pandas#54927.
To get the tests working, the fill_value
-kwarg has been removed in #8139. The tests didn't cover the use of fill_value
for scipy based interpolators (the used np.nan is the default-value) completely.
This issue is to keep track of adding proper tests for fill_value
.