Added monitors and statistics, also made a module with some
specific python stuff in __init__.py
This commit is contained in:
parent
d953d25f08
commit
ea2e369542
19 changed files with 503 additions and 47 deletions
|
|
@ -48,7 +48,7 @@ class TestPickling(unittest.TestCase):
|
|||
|
||||
def testPop(self):
|
||||
|
||||
pop = Pop(40, init)
|
||||
pop = eoPop(40, init)
|
||||
for indy in pop:
|
||||
evaluate(indy)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue