Closed NoureldinYosri closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.81%. Comparing base (
03aa511
) to head (9097ddd
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks, Nour!
XEB sampling creates threads inorder to speed sampling up. however this leads to a race condition when the sampler itself uses threads in its internal implementation. This PR removes the implicit behaviour
In a follow up PR I'll make passing a threading pool possible but optional
cc: @eliottrosenberg