ikaros-project / ikaros

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

IKG variables do not work with command line parameters #155

Closed trondarild closed 2 years ago

trondarild commented 4 years ago

Setting the value of a variable ("@variablename") does not appear to work with command line parameters e.g. in : val="0.3" <module class="Constant" name="Tst" data="@val" />

And calling with Ikaros val="0.4" test.ikg

Gives error that Tst output cannot be resolved