Skip to content
New issue

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

Error using energy_detector #23

Open
athenasyarifa opened this issue Feb 21, 2024 · 0 comments
Open

Error using energy_detector #23

athenasyarifa opened this issue Feb 21, 2024 · 0 comments

Comments

@athenasyarifa
Copy link

Hi Marcelo,

Thanks for creating ohun! At the moment, I am trying to use the energy_detector() function on my dataset, and I also encountered the same error as #11

env <- get_envelopes(path = ".")
detection_ed <- energy_detector(path = ".", envelopes = env, threshold = 5)

Then, the following error message appears:

Error: Not all selections can be read (use check_sels() to locate problematic selections)

I also tried running without calculating envelopes:

detection_ed <- energy_detector(path = ".", files = segment_files, threshold = 5)

and the same error occurs...

Is there a way for me to solve this? Thank you in advance for your help.

Best,
Rifa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant