Bertinus / FLeCS

Flexible and Learnable Cell Simulator
MIT License
8 stars 1 forks source link

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

Closed josephdviviano closed 1 year ago

josephdviviano commented 1 year ago

Low priority.

Bertinus commented 1 year ago

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]

Bertinus commented 1 year ago

This is all good, everything is working now