diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/analytics/index_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index_data.py b/python/analytics/index_data.py index 853b1ee9..0d253f00 100644 --- a/python/analytics/index_data.py +++ b/python/analytics/index_data.py @@ -167,7 +167,7 @@ def build_curve(r, tenors): except ValueError as e: print(r[0], e) return None - return sc + return r['weight'], sc def build_curves(quotes, args): |
