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

Issue 930 localization bug #990

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Issue 930 localization bug #990

merged 7 commits into from
Jun 21, 2024

Conversation

louisfh
Copy link
Member

@louisfh louisfh commented May 2, 2024

Resolves #930 - the problem of producing position estimates even when fewer than minimim_number_ARUs are above the cc_threshold.

@louisfh louisfh changed the base branch from master to develop May 2, 2024 21:17
Copy link
Collaborator

@sammlapp sammlapp left a comment

Choose a reason for hiding this comment

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

please add tests that check the desired behaviors: (the checks should fail on the pre-PR code and succeed using the code in this PR)

  • localize() with receivers <ndim+1 returns none
  • estimate_location() with too few receivers returns None and sets attributes to None

@sammlapp sammlapp merged commit 824ee5f into develop Jun 21, 2024
3 checks passed
@sammlapp sammlapp deleted the issue_930_localization_bug branch June 21, 2024 23:09
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.

Location is estimated despite not having enough recordings above cc_threshold
2 participants