ELIFE-ASU / Neet

Simulating and analyzing dynamical network models
https://neet.readthedocs.io/en/stable
Other
4 stars 10 forks source link

Provide a landscape method for networks #137

Closed dglmoore closed 5 years ago

dglmoore commented 5 years ago

Add a landscape() method to each network type.

Proposed API

from neet.synchronous import Landscape

class WTNetwork(object):
    ...
    def landscape(self):
        return Landscape(self)
dglmoore commented 5 years ago

Going a different direction with this see #147