Skip to content

Commit

Permalink
fix: import RollingWindowLengthBelowOneYearError
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed Jul 6, 2024
1 parent facfcd0 commit 6c1d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pandas.testing import assert_series_equal, assert_frame_equal

import okama as ok
from okama.common.error import LongRollingWindowLengthError
from okama.common.error import LongRollingWindowLengthError, RollingWindowLengthBelowOneYearError

from tests import conftest

Expand Down

0 comments on commit 6c1d9ec

Please sign in to comment.