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
I would guess that if the return value of get_loc is a slice, then the start of the slice should be used for the start index and the stop should be used for the end:
This is the error:
I beleive this is caused by the assumption here:
https://github.com/dalejung/ts-charting/blob/master/ts_charting/span.py#L28 that
get_loc
returns an int.Rather it returns a
slice
:I would guess that if the return value of get_loc is a slice, then the start of the slice should be used for the start index and the stop should be used for the end:
The text was updated successfully, but these errors were encountered: