Bertinus/FLeCS

Review EdgeSet, NodeSet, CellPopulation files

josephdviviano opened this issue · 1 comments

Use self-documenting style when possible, also all classes have docstrings.

@josephdviviano

There is now a simple example for defining a custom CellPopulation class, and simulating trajectories with it. (see

if __name__ == '__main__':
)

I removed the cell_factory.py file as I moved all the logic directly into the CellPopulation class.