Skip to content

Commit

Permalink
Remove failing CI, cherry pick fix from quantopian#395
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs81 committed Apr 21, 2022
1 parent fd57c58 commit 7a99421
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion alphalens/tears.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def create_turnover_tear_sheet(factor_data, turnover_periods=None):
if turnover_periods is None:
input_periods = utils.get_forward_returns_columns(
factor_data.columns, require_exact_day_multiple=True,
).get_values()
).to_numpy()
turnover_periods = utils.timedelta_strings_to_integers(input_periods)
else:
turnover_periods = utils.timedelta_strings_to_integers(
Expand Down

0 comments on commit 7a99421

Please sign in to comment.