Skip to content

add multiprocessing to morph_stat.extract_dataframe

Compare
Choose a tag to compare
@wizmer wizmer released this 24 Jul 14:29
· 156 commits to master since this release
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