Skip to content

Commit

Permalink
fill instead of aux.py (bad name for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 27, 2023
1 parent 631fd71 commit 9a5a7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cvx/markowitz/models/bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from cvx.markowitz.model import Model
from cvx.markowitz.types import Expressions, Matrix, Variables
from cvx.markowitz.utils.aux import fill_vector
from cvx.markowitz.utils.fill import fill_vector


@dataclass(frozen=True)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_markowitz/test_utils/test_aux.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np

from cvx.markowitz.utils.aux import fill_matrix, fill_vector
from cvx.markowitz.utils.fill import fill_matrix, fill_vector


def test_fill_vector():
Expand Down

0 comments on commit 9a5a7d0

Please sign in to comment.