Skip to content

Commit

Permalink
fix missing arg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchalinchin committed Nov 29, 2021
1 parent 69d34dc commit 5132750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scrilla/analysis/models/geometric/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,8 @@ def residuals(params):

correlation_cache.save_row(ticker_1=ticker_1, ticker_2=ticker_2,
start_date=start_date, end_date=end_date,
correlation=correlation, method=keys.keys['ESTIMATION']['PERCENT'])
correlation=correlation, method=keys.keys['ESTIMATION']['PERCENT'],
weekends=weekends)
return result


Expand Down

0 comments on commit 5132750

Please sign in to comment.