Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

add multiprocessing to morph_stat.extract_dataframe

Choose a tag to compare

@wizmer wizmer released this 24 Jul 14:29
4f01b4c
Use multiprocessing in morphs_stats (#847)

Small refactoring of morphs_stats module for computational speedup, with the following changes:

- uses pool.imap_unordered in extract_dataframe in the loop overs neurons
- moved neurom.get outside mode loop to avoid duplicate computations