Unexpected behavior of response_curves_data
Open
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 294
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 47
Description
I have noticed that the output of these two functions is very different but should be exactly the same
response_curves_data( )
response_curves_data( selected_times = (start_date, end_date) )
start date and end date are covering the whole input data set. So in theory both calls are working on the same time range.
Contributor guide
Assessment
This issue has not been assessed yet.