We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00891a7 commit 405f208Copy full SHA for 405f208
test/test_scenario.py
@@ -78,7 +78,7 @@ def test_scenario():
78
random.endAlgo()
79
80
81
- with gephipy.Layout("Force Atlas 2",graphModel=graphModel,log_progress=True) as layout:
+ with gephipy.Layout("ForceAtlas 2",graphModel=graphModel,log_progress=True) as layout:
82
layout.run(1000)
83
84
# Noverlap layout
0 commit comments