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 error handling in sampler.rs #645

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Conversation

benfred
Copy link
Owner

@benfred benfred commented Dec 16, 2023

We were calling unwrap_err when failing to create a PythonSpy object in sampler.rs (on the result of sending the error on a channel), when we should have been calling unwrap. Fix.

See #644

We were calling unwrap_err when failing to create a PythonSpy
object in sampler.rs (on the result of sending the error on
a channel), when we should have been calling unwrap. Fix.

See #644
@benfred benfred mentioned this pull request Dec 16, 2023
Failing with 404 errors - try run apt-get update to resolve
@benfred benfred merged commit 7cbbc01 into master Dec 16, 2023
182 checks passed
@benfred benfred added the bug Something isn't working label Dec 16, 2023
@benfred benfred deleted the fix_sampler_error_handling branch December 16, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants