We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bf16a commit c450af8Copy full SHA for c450af8
tokenomics_decentralization/analyze.py
@@ -88,7 +88,7 @@ def analyze_snapshot(conn, ledger, snapshot):
88
89
db_hlp.commit_database(conn)
90
91
- if any(['tau' in default_metric_name, 'total entities' in default_metric_name]):
+ if any(['tau' in default_metric_name, 'total_entities' in default_metric_name]):
92
metric_value = int(metric_value)
93
94
metrics_results[flagged_metric] = metric_value
0 commit comments