Skip to content

Commit

Permalink
try rerunning tests on CI rather than skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Nov 21, 2022
1 parent fa26735 commit 240d73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pipeline/test_statistical.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def init_class_fixtures(cls):

# todo: figure out why this fails on CI
@parameter_space(returns_length=[2, 3], correlation_length=[3, 4])
@pytest.mark.skip(reason="Sometimes fails on CI")
def test_correlation_factors(self, returns_length, correlation_length):
"""
Tests for the built-in factors `RollingPearsonOfReturns` and
Expand Down Expand Up @@ -643,7 +642,6 @@ def compute(self, today, assets, out):

# todo: figure out why this sometimes fails on CI
@parameter_space(returns_length=[2, 3], regression_length=[3, 4])
@pytest.mark.skip(reason="Sometimes fails on CI")
def test_factor_regression_method(self, returns_length, regression_length):
"""
Ensure that `Factor.linear_regression` is consistent with the built-in
Expand Down

0 comments on commit 240d73a

Please sign in to comment.