Hi kianwee
I also encountered this problem.
ActId: 16
> > > Transact: SlaveRecvTransaction
> > > TransactId: 6
> > > Input Size: 10
> > > Slave Name: SLAVE1
> > > Task Name: slave_tasks.eval_tasks.EvalLuxTask
> > > --------------Task Stdout---------------
> > > --------------Task Stderr---------------
> > > File "C:\AkiDTS\dexen-32-hou-0.3.3.7\dexen\system\node\slave
> > > \executor.py", line 48, in _execute
> > > inds = slave_task.__execute__(master_state, transact.get_inds())
> > > File "c:\users\chenzy~1\appdata\local\temp\dexen\nodes\t1_j9sals
> > > \slave_tasks\eval_tasks.py", line 43, in __execute__
> > > ind.eval_lux = run_houdini_eval(ind, "eval_lux.hipnc")
> > > File "c:\users\chenzy~1\appdata\local\temp\dexen\nodes\t1_j9sals
> > > \slave_tasks\eval_tasks.py", line 31, in run_houdini_eval
> > > score =
> > > score_node.geometry().attribValue(common.SCORE_ATTRIB_NAME)
> > > File "C:\Program Files\Side Effects Software\Houdini 11.0.733/
> > > houdini/python2.5libs\hou.py", line 15280, in attribValue
> > > return _hou.Geometry_attribValue(*args)
For my case, the eval_task, only fails sometimes.
I intend to debug it, but how do we know which individual IND number
from the Act ID and Transact ID?
I would want to know the individual number of the phenotype so that i
could test with its parameter genes again in Houdini.
I tried to vary the genes randomly and test it, it all seems to be
working fine in Houdini, and the evaluation is also working too.
Thus, i think i need to test with the specific parameters that causes
the failure.
I tried looking at the log file and output file, but seems that the
indivdual number is not included. How do we find out the individual
number from the above information?
Tungsing