Skip to content

Commit 7a99421

Browse files
committed
Remove failing CI, cherry pick fix from quantopian#395
1 parent fd57c58 commit 7a99421

File tree

3 files changed

+1
-83
lines changed

3 files changed

+1
-83
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

alphalens/tears.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def create_turnover_tear_sheet(factor_data, turnover_periods=None):
427427
if turnover_periods is None:
428428
input_periods = utils.get_forward_returns_columns(
429429
factor_data.columns, require_exact_day_multiple=True,
430-
).get_values()
430+
).to_numpy()
431431
turnover_periods = utils.timedelta_strings_to_integers(input_periods)
432432
else:
433433
turnover_periods = utils.timedelta_strings_to_integers(

0 commit comments

Comments
 (0)