This repository was archived by the owner on Feb 26, 2025. It is now read-only.
add multiprocessing to morph_stat.extract_dataframe
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