Skip to content

New modules added, some module names updated, visualize convolved rate time series and bug fix

Didi Hou requested to merge github/fork/INM-6/master into master

Created by: didi-hou

  • Added tests/.ipynb_checkpoints/* in .gitignore to ignore checkpoints

  • Add modules M2E_compute_corrcoeff.py and M2E_compute_rate_time_series.py in figures/MAM2EBRAINS

  • Module renamed: M2E_LOAD_DATA to M2E_load_data.py, M2E_visualize_instantaneous_and_mean_firing_rates.py to M2E_visualize_firing_rates.py

  • Added a new feature of visualizing convolved rate time series in resting state plots

  • Fixed bug in multiarea_model/analysis.py by changing DataFrame.append to DataFrame.concat as pandas deprecated the former syntax to be compatible with EBRAINS-23.09-rc2

Merge request reports