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

Negative numbers in ranks causes parse error #2681

Closed
lemmy opened this issue Nov 1, 2022 · 2 comments
Closed

Negative numbers in ranks causes parse error #2681

lemmy opened this issue Nov 1, 2022 · 2 comments

Comments

@lemmy
Copy link

lemmy commented Nov 1, 2022

Screenshot 2022-11-01 at 9 15 28 AM

strict digraph DiskGraph {
    subgraph cluster_graph {

        -1 [label="LblA"]
        2 [label="LblB"]
        -1 -> 2

        {rank = same; -1;2;}
    }
}

Screenshot 2022-11-01 at 9 12 37 AM


Product Version: Gephi 0.9.7 202208031831
Java: 11.0.16; OpenJDK 64-Bit Server VM 11.0.16+8
Runtime: OpenJDK Runtime Environment 11.0.16+8
System: Mac OS X version 13.0 running on x86_64; UTF-8; en_US (gephi)
User directory: /Users/markus/Library/Application Support/gephi/0.9
Cache directory: /Users/markus/Library/Caches/gephi/0.9
@lemmy lemmy added the To review label Nov 1, 2022
@mbastian
Copy link
Member

mbastian commented Nov 2, 2022

Thanks @lemmy normally we allow any string for identifiers so it might be a bug. We'll look into it.

@mbastian mbastian added the Import label Nov 2, 2022
@mbastian mbastian added this to the 0.10.0 milestone Nov 2, 2022
@mbastian
Copy link
Member

Thanks for the report, fixed as part of #1075

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