Sam Ryan

Results 3 issues of Sam Ryan

* pandas `ix` is deprecated (starting in version `0.20.0`), moving example to use `loc` * update misspelling in comment

As far as I can tell, this method should not exist or should at least raise something like a `NotImplementedError`: https://github.com/hozn/stravalib/blob/b8d1181e32248c6570f0adfa995cb6c7adfccf62/stravalib/client.py#L809 This endpoint does not appear to exist in the...

It looks like the dimensions were off in the loop adding the lines within the example. The shape returned by HoughLinesP was (num_lines, 1, 4) so to iterate through the...