Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Oct 27, 2024
1 parent 5cc585b commit e1cbc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_risk/test_factor/test_factor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd
import pytest

from cvx.linalg import pca as principal_components
from cvx.risk.linalg import pca as principal_components
from cvx.portfolio.min_risk import minrisk_problem
from cvx.random import rand_cov
from cvx.risk.factor import FactorModel
Expand Down

0 comments on commit e1cbc11

Please sign in to comment.