webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Clean up executors

Open daniel-wer opened this issue 1 year ago • 0 comments

Description:

  • Rename "test_pickling" to "multiprocessing_with_pickling" and "debug_sequential" to "sequential_with_pickling". No longer use a multiprocessing pool of size 1 for "sequential" executor by replacing it with the former "debug_sequential" executor.
  • Clean up and speed up multiprocessing and non-scheduling executor tests.

Issues:

  • followup for https://github.com/scalableminds/voxelytics/pull/3624#issuecomment-2283785067

Todos:

Make sure to delete unnecessary points or to check all before merging:

  • [ ] Updated Changelog
  • [ ] Updated Documentation
  • [ ] Added / Updated Tests
  • [ ] Considered adding this to the Examples

daniel-wer avatar Sep 12 '24 16:09 daniel-wer