BlueBrain / BlueCelluLab

Biologically detailed neural network simulations and analysis API
https://bluecellulab.readthedocs.io/en/latest/
Other
8 stars 12 forks source link

[BGLPY-52] create progress bar for instantiate_gids(gids,synapse_detail=2) #189

Open anilbey opened 3 weeks ago

anilbey commented 3 weeks ago

A feature request made on our internal issue tracker previously.

Original text:


I think it would be good to add a progressbar for

```ssim.instantiate_gids(gids,synapse_detail=2)```

As sometimes it can take a while to load all the neurons.
anilbey commented 3 weeks ago

This progress bar code in simulation can also be updated. It would be good to have 2 progress bars consistent. https://github.com/BlueBrain/BlueCelluLab/blob/f51428712e0e843b403fb2f2009a912c675230c7/bluecellulab/simulation/simulation.py#L59