Skip to content

Commit b1b13c9

Browse files
Fix header output.
1 parent 839930d commit b1b13c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/starComplexityERTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
nodes=1000
44

55
out=open(f'ER-{nodes}.csv', 'w')
6-
print("id,C, bar{*}", file=out)
6+
print("id,links,C, bar{*}", file=out)
77
for i in range(1000):
88
links=int(nodes*(nodes-1)//2*starC.uni.rand())
99
g=starC.randomERGraph(nodes, links)

0 commit comments

Comments
 (0)