Skip to content

Commit 78772b5

Browse files
committed
fix(py): Fix test for entropy rate
1 parent ccd6b6c commit 78772b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/python/infomap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ def entropy_rate(self):
26042604
>>> im.read_file("twotriangles.net")
26052605
>>> im.run()
26062606
>>> f"{im.entropy_rate:.5f}"
2607-
'0.35714'
2607+
'1.25070'
26082608
26092609
26102610
Returns

0 commit comments

Comments
 (0)