Skip to content

Commit 405f208

Browse files
committed
String name change if not on windows
1 parent 00891a7 commit 405f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_scenario():
7878
random.endAlgo()
7979

8080

81-
with gephipy.Layout("Force Atlas 2",graphModel=graphModel,log_progress=True) as layout:
81+
with gephipy.Layout("ForceAtlas 2",graphModel=graphModel,log_progress=True) as layout:
8282
layout.run(1000)
8383

8484
# Noverlap layout

0 commit comments

Comments
 (0)