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

Edge processes in GQL are broken #1426

Open
kaskranenburgQ opened this issue May 2, 2024 · 1 comment
Open

Edge processes in GQL are broken #1426

kaskranenburgQ opened this issue May 2, 2024 · 1 comment
Assignees

Comments

@kaskranenburgQ
Copy link
Contributor

When I try to use a function like 'EGDES' I get the following error in the sandbox.

Screenshot 2024-05-02 at 09 03 40

It seems this error comes from the function edges_for in the 'traversal.rb'.
This function is used in quite some GQL-functions which can't be used at the moment.

@kaskranenburgQ kaskranenburgQ self-assigned this May 2, 2024
@mabijkerk
Copy link
Member

@kaskranenburgQ according to the comments I think you are supposed to add V() or L() to the node. That having said, the EDGES() function indeed appears to be broken. However, other GQL traversal functions do seem to be working, for example:

V(OUTPUT_EDGES(V(transport_final_demand_diesel)),demand)

As far as I can tell it not used in any queries at the moment, I would not give this priority until it becomes relevant for any new queries we want to write.

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

No branches or pull requests

2 participants