Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PathQuery example supposedly immediately converges in interactive mode and console does not allow for the computation to actually finish #121

Open
pstutz opened this issue May 22, 2013 · 3 comments

Comments

@pstutz
Copy link
Member

pstutz commented May 22, 2013

No description provided.

@pstutz
Copy link
Member Author

pstutz commented May 24, 2013

Just checked again: The computation seems to converge fine in sync/async mode.

@cshapeshifter
Copy link
Contributor

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.

@pstutz
Copy link
Member Author

pstutz commented May 26, 2013

I wonder why the example seems to work when executed in synchronous mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants