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
Some frame unwrapping tests can randomly fail. I observed it locally with these tests:
tests/time_of_flight/unwrap_test.py:179 test_standard_unwrap_histogram_mode[tof-80.0] tests/time_of_flight/unwrap_test.py:179 test_standard_unwrap_histogram_mode[time_of_flight-80.0]
The reported problem is
> assert np.nanpercentile(diff.values, percentile) < diff_threshold E assert np.float64(0.3026880000000014) < 0.3
The text was updated successfully, but these errors were encountered:
I thought I had set seeds everywhere to make sure that didn't happen...
Sorry, something went wrong.
nvaytet
Successfully merging a pull request may close this issue.
Some frame unwrapping tests can randomly fail. I observed it locally with these tests:
The reported problem is
The text was updated successfully, but these errors were encountered: