Open sag111 opened 6 years ago
To reproduce the problem, just change line 146 in TestTraits.py to EvaluateGenomeList_Parallel. The worker processes will not see any traits at all in the genome.
EvaluateGenomeList_Parallel
Thanks in advance.
Oh, sorry for a silly question. Here is the reason, I guess: serialization of traits just hasn't been implemented yet.
To reproduce the problem, just change line 146 in TestTraits.py to
EvaluateGenomeList_Parallel
. The worker processes will not see any traits at all in the genome.Thanks in advance.