We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem in the to_log() function, which is consistently getting the indices (start_ix, stop_ix, top_index, base_index) backwards in this dataset.
to_log()
start_ix
stop_ix
top_index
base_index
I think the problem is that we need to reverse indices when order is 'elevation'.
I think this affects to_log() and fill() at least.
fill()
See https://swung.slack.com/archives/C01FC2V9NVD/p1616330076013100
The text was updated successfully, but these errors were encountered:
better fix for #127
527fe88
@kwinkunks this is resolved as of 527fe88, yes? Looking to see if I can close this issue.
Sorry, something went wrong.
Let's say this is fixed.
No branches or pull requests
The problem in the
to_log()
function, which is consistently getting the indices (start_ix
,stop_ix
,top_index
,base_index
) backwards in this dataset.I think the problem is that we need to reverse indices when order is 'elevation'.
I think this affects
to_log()
andfill()
at least.See https://swung.slack.com/archives/C01FC2V9NVD/p1616330076013100
The text was updated successfully, but these errors were encountered: