ikaros-project / ikaros

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

Warning when variables is not set in ikc #79

Closed birgerjohansson closed 5 years ago

birgerjohansson commented 5 years ago

Ikaros should give a warning when variable is not set in ikc file.

ikaros-project commented 5 years ago

This is a bit tricker to implement than it should be, because non-existing variables resolve to the empty string, but this will be added in the future. For now, we will just check that the value is valid, e.g. a string, number or bool and give an error message.