Phillip J. Wolfram
Phillip J. Wolfram
This may be a similar issue as #126
@WeatherGod Ok, sounds good. If you think this is something easy to fix I could try to fix it too. Thanks!
We have also encountered issues using `latlon=True` and I'm wondering if it wouldn't hurt to tighten up the documentation to note some of these complexities with its use. It appears...
Just curious if there is a solution here-- gpx from Strava have hr, cadance, etc data as extensions like this: ``` 80 0 ``` However, as far as I can...
@xantares, I unfortunately am not in a place where I have power to do so for now. Additionally, this is somewhat of a side endeavor of mine-- but we do...
@xantares, we wouldn't necessarily need java. How would all this work, e.g., how would you get paid? Would this be through a university or lab? If so, what is the...
FYI-- the binaries don't appear to be platform independent even though they work on the compiled platform, e.g., trying on Ubuntu when compiled on TOSS via conda-recipies yields: ``` In...
I'd concur that this is a big problem. I don't recall that `np.interp` always worked this way. It can *easily* introduce bugs in code if x is monotonically decreasing instead...
@eric-wieser, thanks in advance for your consideration of this request to clarify `np.interp` in some way to help others in the future avoid bugs and save time.
Most simply, I'd recommend moving ``` Does not check that the x-coordinate sequence `xp` is increasing. ``` from the notes to the main doc string so this is one of...