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(api): calibration z checking needs <= #12550

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

sfoster1
Copy link
Member

4ae1fa2 changed calibration z height checking to use numpy.isclose, but this isn't a sufficient check: we also want to catch the detected height < minimum height. We might overrun, and certainly unit tests are expecting this to be caught.

In addition, an old test needed to be updated for new structure.

4ae1fa2 changed calibration z height
checking to use numpy.isclose, but this isn't a sufficient check: we
also want to catch the detected height < minimum height. We might
overrun, and certainly unit tests are expecting this to be caught.

In addition, an old test needed to be updated for new structure.
@sfoster1 sfoster1 requested review from ahiuchingau and a team April 24, 2023 14:27
@sfoster1 sfoster1 requested a review from a team as a code owner April 24, 2023 14:27
Copy link
Contributor

@ahiuchingau ahiuchingau left a comment

Choose a reason for hiding this comment

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

thank you thank you

@sfoster1 sfoster1 merged commit 6c3d083 into edge Apr 24, 2023
@sfoster1 sfoster1 deleted the fix-calibration-comparison branch April 24, 2023 16:49
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