ikaros-project / ikaros

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

Warn if multiple attributes tries to set output size #91

Closed ikaros-project closed 1 month ago

ikaros-project commented 5 years ago

If for example both size_x and size_param_x are set, give a warning since the size will be undefined.

This can also happen if one of the attributes is inherited from an outer group.

Also allow an attribute to be reset using a="" to override inherted values.