Open pstutz opened 11 years ago
I'm puzzled and I don't know how the Console has any impact on this. The interactive execution mode simply calls converged = workerApi.collectStep
in https://github.com/uzh/signal-collect/blob/master/src/main/scala/com/signalcollect/DefaultGraph.scala#L516 and for the PathQueryExample
this returns true
during the very first collect step. So of course the interactive execution mode claims that the computation is converged. If this is false then I assume collectStep shouldn't return true.
I wonder why the example seems to work when executed in synchronous mode.
Just checked again: The computation seems to converge fine in sync/async mode.