ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Starting Processes on Some Linux Flavors #75

Closed gwm17 closed 5 months ago

gwm17 commented 5 months ago

On some Linux flavors (Debian) we have had issues with polars and multiprocessing. Turns out the default for Process.start() is not spawn on some flavors, but rather fork, which polars reports issues with. The start method can be specified, and needs to be added to the main.py