Skip to content

Commit cf065e4

Browse files
feat: add Bollinger Bands factor
1 parent 79b3885 commit cf065e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_factors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
import numpy as np
44
import pandas as pd
55
import pytest
6-
7-
from quant_research_starters.factors import (
6+
from quant_research_starter.factors import (
87
BollingerBandsFactor,
98
MomentumFactor,
109
SizeFactor,
1110
ValueFactor,
1211
VolatilityFactor,
1312
)
1413

14+
1515
@pytest.fixture
1616
def sample_prices():
1717
"""Create sample price data for testing."""

0 commit comments

Comments
 (0)