PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

Update shared memory use for `BANE` #176

Closed PaulHancock closed 2 years ago

PaulHancock commented 2 years ago

An development branch which updates BANE to 1.9.5, but somehow never got merged.

PaulHancock commented 2 years ago

Tests fail on python <3.8 due to the reliance on the multiprocessing.shared_memory module. This PR cannot proceed unless support for python versions <3.8 are dropped (which may happen as part of #172)