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

node names change to zeros #74

Open
IvanSterligov opened this issue Jan 11, 2024 · 2 comments
Open

node names change to zeros #74

IvanSterligov opened this issue Jan 11, 2024 · 2 comments

Comments

@IvanSterligov
Copy link

hi, thanks for a great app.

I build a net with pairwize tsv file with columns 'author_id' and 'coauthor_id" indicating sources and targets. these id are numeric (int).

The problem is that after loading the data the column 'Node name' is filled with zeros.

When I click any node, I get its name in the status line in the bottom of the screen, like "selected 45670945678", but in the table the selecetd node name it is still zero. Also I can't import any attributes bc the import wizard cant find node ids.

my app is fully updated

@IvanSterligov
Copy link
Author

And if I don't click 'treat first row as headers' everything is loaded fine. But If I delete the first row with str column names and try to load the file (without clicking 'treat first row...'), I again get those pesky zeros

@timangus
Copy link
Contributor

timangus commented Mar 26, 2024

Sorry I missed this, I meant to reply but went on holiday for a bit and forgot all about it. I suspect this is something to do with your node names being relatively large integers, that are too big for a 32 bit representation. Could you try adjusting them to be textual, (e.g. append A to them all) and see if it works better?

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