Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Oct 27, 2024
1 parent bdf38e4 commit 5cc585b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np

from cvx.linalg import cholesky
from cvx.risk.linalg import cholesky
from cvx.random import rand_cov


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd
import pytest

from cvx.linalg import pca
from cvx.risk.linalg import pca


@pytest.fixture()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import pytest

from cvx.linalg import valid
from cvx.risk.linalg import valid


def test_valid():
Expand Down

0 comments on commit 5cc585b

Please sign in to comment.