ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
22 stars 23 forks source link

Ranges or outputs #214

Closed birgerjohansson closed 1 month ago

birgerjohansson commented 1 month ago

Not sure what is wrong here.

Not working

<connection source = "M_L1_R2.OUTPUT"       target = "EGO_POINTS[1:2][0:16]"  />
<connection source = "M_L2_T1.OUTPUT"       target = "EGO_POINTS[2:3][0:16]"  />

Probably working.

<connection source = "M_L1_R2.OUTPUT"       target = "EGO_POINTS[1][]"  />
<connection source = "M_L2_T1.OUTPUT"       target = "EGO_POINTS[2][]"  />