diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 16:06:07 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 16:06:07 -0500 |
| commit | 8f65bdb15bf7a76ba0a07836644731d098c15d03 (patch) | |
| tree | 1361b4a038d966432a282adcd5c89fcb365b8011 /src/algorithms.py | |
| parent | a9125f9e7c23063e42eeaceead8c8014686c6427 (diff) | |
| download | cascades-8f65bdb15bf7a76ba0a07836644731d098c15d03.tar.gz | |
changes for runnning functions
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 """ |
