If a pandas.Series is passed as a request parameter, ensure that it is treated correctly as an array parameter. This ensures the backend is able to read the parameters values as expected (before this PR it would only end up using one of the series values).
If a
pandas.Series
is passed as a request parameter, ensure that it is treated correctly as an array parameter. This ensures the backend is able to read the parameters values as expected (before this PR it would only end up using one of the series values).