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

Fix False masks #103

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Fix False masks #103

merged 2 commits into from
Oct 31, 2023

Conversation

simedroniraluca
Copy link
Collaborator

No description provided.

Comment on lines 74 to 75
mask = np.zeros_like(Sv, dtype=bool)
mask_ = np.zeros_like(Sv, dtype=bool)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not still return a false mask?

echopype/clean/transient_noise.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@ruxandra-valcu ruxandra-valcu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now

@simedroniraluca simedroniraluca merged commit 9c9ea4b into next-dev Oct 31, 2023
2 of 6 checks passed
@simedroniraluca simedroniraluca deleted the bug/false_masks branch October 31, 2023 14:55
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

Successfully merging this pull request may close these issues.

2 participants