diff options
Diffstat (limited to 'src/algorithms.py')
| -rw-r--r-- | src/algorithms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms.py b/src/algorithms.py index 9f6d3ea..fb0a37d 100644 --- a/src/algorithms.py +++ b/src/algorithms.py @@ -54,7 +54,7 @@ def recovery_passed_function(G, cascades, floor_cstt, passed_function, return G_hat -def correctness_measure(G, G_hat, print_values=False): +def correctness_measure(G, G_hat, print_values=True): """ Measures correctness of estimated graph G_hat to ground truth G """ |
