INM-6 / multi-area-model

A large-scale spiking model of the vision-related areas of macaque cortex.
Other
71 stars 48 forks source link

Cannot find reference 'sort_membrane_by_id' in 'analysis_helpers.py' #29

Closed ChenLumen closed 3 years ago

ChenLumen commented 3 years ago

Hi, when I use the analysis.py file, it is indicated on line 162 that there is no such function in analysis_helper.py file.Can I find this function or are there alternatives? Thanks!

jarsi commented 3 years ago

Hi,

indeed, this function seems to be missing. We need to look into this. In the meanwhile you can either

ChenLumen commented 3 years ago

Hi,

indeed, this function seems to be missing. We need to look into this. In the meanwhile you can either

  • copy the function from here
  • or install the correlation-toolbox and access the function via import correlation_toolbox.helper as ch; ch.sort_membrane_by_id().

Ok, thanks!