Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

"current_tvb_neu[1]" row missing in sim.py #3

@madhushalinib

Description

@madhushalinib

I was running the software with the following parameters:

Model description file: visual_model/model.txt
Weights list file: visual_model/subject_tvb/tutorial/weightslist.txt
Simulation script file: visual_model/subject_tvb/tutorial/script_DMS_198_seconds.py
Use TVB connectome: visual_model/subject_tvb/tutorial/lsnm_tvb_link.txt

To which the following error was given:

INFO log level set to INFO
WARNING File 'average orientations' not found in ZIP.
WARNING File 'cortical' not found in ZIP.
WARNING File 'hemispheres' not found in ZIP.
INFO white noise configured with dt=5
Traceback (most recent call last):
file "/.././simulation/s1n.py", line 855, in run
current tvb_abs_syn[o][tvb node] += w_ee * current_tvb_neu[o][tvb node] + w_ie * current_tvb_neu[1]t
IndexError: index 1 is out of bounds for axis 0 with size 1

This line is located on line 840 of sim.py in the github page. The same issue exists on lines 840, 844, 851, and 852.

The row "current_tvb_neu[1]" does not exist. Why is this row missing and how can I fix it?

Any suggestions?
Thank you for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions