Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'method' argument to Projection constructor should be a class, not a string #3

Closed
apdavison opened this issue May 21, 2013 · 2 comments
Labels
Milestone

Comments

@apdavison
Copy link
Member

Currently, the algorithm to use for connecting two Populations is specified as a string argument, method in the Projection.__init__() method. Each string corresponds to a private method of the Projection class. To make it easier to add new connection algorithms, method should probably be a class, which inherits from an abstract ConnectionMethod class. (Take a look at how this is done in PCSIM).


Imported from Trac ticket:3

Opened: 2007-04-24 13:11:30
Last modified: 2008-01-08 10:48:54
Component: unspecified
Priority: major
Owner: apdavison
Reporter: apdavison

@apdavison
Copy link
Member Author

apdavison wrote on 2007-06-04 16:28:58:

This is being worked on in the [source:branches/connector-class connector-class] branch.

@apdavison
Copy link
Member Author

apdavison wrote on 2008-01-08 10:48:54:

Merged connector-class branch to trunk in r132.

apdavison pushed a commit that referenced this issue Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant