Bertinus/FLeCS

`NodeSet` and `EdgeSet` should have a `setattr` method

josephdviviano opened this issue · 2 comments

Low priority.

This will be necessary when we want to update (learn) the parameters of the cellpopulation using the syntax self[node_type].parameter_name instead of self[node_type][parameter_name]

This is all good, everything is working now