Closed bbfrederick closed 3 weeks ago
Attention: Patch coverage is 86.27451%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 34.57%. Comparing base (
b4ec721
) to head (119135e
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes # .
Changes proposed in this pull request: This updates the multiprocessing shared memory routines to use SharedMemory() rather than RawArray(). This is the newer interface, and is supposed to be safer (and I'm hoping will be deallocated properly on linux hosts).
-