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 documentation states the following:
However, the logic flow in the code is the opposite:
pylops/pylops/utils/signalprocessing.py
Lines 249 to 253 in 0d19f56
I double checked with the original implementation of dips_estimate
dips_estimate
Lines 79 to 182 in c5844c4
And it is inline with the current documentation. It appears that the bug was introduced when dips_estimate and slope_estimate` merged.
I have a PR ready for this.
The text was updated successfully, but these errors were encountered:
Thanks @Beramos for noticing this.
@cako, since you did quite some changes to this part of the code, do you agree with this? If so, I can go ahead and merge the PR
Sorry, something went wrong.
@cako?
Successfully merging a pull request may close this issue.
The documentation states the following:
However, the logic flow in the code is the opposite:
pylops/pylops/utils/signalprocessing.py
Lines 249 to 253 in 0d19f56
I double checked with the original implementation of
dips_estimate
pylops/pylops/utils/signalprocessing.py
Lines 79 to 182 in c5844c4
And it is inline with the current documentation. It appears that the bug was introduced when
dips_estimate
and slope_estimate` merged.I have a PR ready for this.
The text was updated successfully, but these errors were encountered: