Comment 5 for bug 607312

Revision history for this message
Andrés Pérez-Figueroa (andres-perez-figueroa) wrote :

You've solved for that config. But that config is for a stable population.
When tried the attached it crashes whe culling should be performed.

Traceback (most recent call last):
  File "/home/andres/tasks/NewAge/soft/src/NewAge/Sim/PopControl.py", line 8, in callPostOps
    pop.dvars().control.culling(pop)
  File "/home/andres/tasks/NewAge/soft/src/NewAge/Sim/PopControl.py", line 68, in culling
    if len(myRremove) > (total-self.pars.cullObjective):
NameError: global name 'myRremove' is not defined
Traceback (most recent call last):
  File "/home/andres/tasks/NewAge/soft/src/NewAge/UI/wxUI.py", line 290, in __simulate
    evolution.evolve(pars.runTime)
  File "/home/andres/tasks/NewAge/soft/src/NewAge/Sim/Evolution.py", line 58, in evolve
    gen = gens,
ValueError: Function call failed.