-
Notifications
You must be signed in to change notification settings - Fork 0
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
Query diagnostics #59
Comments
We will need diagnostics also: how many types occur in each workflow? How many of those are in the right order? How many operators occur in each? Etcetera. |
If you query for
|
Cf commit e9ed04c. |
Every node should get a unique label so it's easier to see what happens. |
This will make it easier to refer to specific nodes to diagnose problems. See issue #59.
For real-life examples, it is often hard to see why a particular query does not find the corresponding workflow we would expect. An explanation module would help: it would trace every step and tell you why a query does not find a result for a particular graph, that is, show you the first point at which the two diverge.
The text was updated successfully, but these errors were encountered: