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

rename M2E module names and fix bug to be compatible with pandas@2 #42

Closed didi-hou closed 10 months ago

didi-hou commented 10 months ago

The following module names are changed:

  1. M2E_load_data.py
  2. M2E_visualize_firing_rates.py

The corresponding module importing code in the multi-area-model.ipynb and other modules are also corrected accordingly.

didi-hou commented 10 months ago

In the pandas@2 installed in the latest EBRAINS kernel, the deprecated DataFrame.append() is removed and concat() should be used instead. I fixed the bug to be compatible with pandas@2 and EBRAINS-23.09-rc2