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

0-edge from object to predicate?? #116

Open
recski opened this issue Aug 23, 2016 · 2 comments
Open

0-edge from object to predicate?? #116

recski opened this issue Aug 23, 2016 · 2 comments
Assignees
Labels

Comments

@recski
Copy link
Collaborator

recski commented Aug 23, 2016

/home/eszter/projects/4lang/graphs/text/achieve_result.dot

@recski recski added the bug label Aug 23, 2016
@recski recski self-assigned this Aug 23, 2016
@makrai
Copy link
Collaborator

makrai commented Aug 23, 2016

May I have a look at this file? On which server is it?

@recski
Copy link
Collaborator Author

recski commented Aug 23, 2016

this is most likely a bug in the code generating 4lang definitions. You can see the problem in the definition of "result":

(4lang) recski@nessie:~/projects/4lang$ python scripts/get_graph.py data/machines/4lang.pickle result
digraph finite_state_machine {
dpi=100;
CAUSE_139649291810448 [shape = circle, label = "CAUSE"];
action_139649291810576 [shape = circle, label = "action"];
favourable_139649291810320 [shape = circle, label = "favourable"];
result_139649291810128 [shape = circle, label = "result"];
CAUSE_139649291810448 -> action_139649291810576 [ label = "1" ];
CAUSE_139649291810448 -> result_139649291810128 [ label = "2" ];
result_139649291810128 -> CAUSE_139649291810448 [ label = "0" ];
result_139649291810128 -> favourable_139649291810320 [ label = "0" ];

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

No branches or pull requests

2 participants