-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error: Node mass should be a number #40
Comments
I had this problem related to using newer ngraph.graph with the offline layout. Depending on the version of ngraph.graph
|
@dholth is correct. Can you please run the following script to collect versions of your packages? echo "ngraph.graph" && cat node_modules/ngraph.graph/package.json | grep version
echo "ngraph.offline.layout" && cat node_modules/ngraph.offline.layout/package.json | grep version
echo "ngraph.forcelayout3d" && cat node_modules/ngraph.forcelayout3d/package.json | grep version
echo "ngraph.forcelayout" && cat node_modules/ngraph.forcelayout/package.json | grep version I do have checks in the current version of the library Line 23 in 04e521d
|
I'm using the graph and forcelayout via unplug.com and I'm seeing the same error with the current versions. Using graph v 19.1.0 works. graph is 20.0.1 and force layout is 3.3.1.
Thanks for the terrific libraries! |
Hello @anvaka,
I also had the same error and i think i know what is the issue: |
Hi all,
when using this module as part of layouting the graph via
I get following error:
Any idea how to fix this? This does not happen with ngraph-binary layouting (which had another unrelated sideffects in the result)
The text was updated successfully, but these errors were encountered: