Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Divasco committed Sep 4, 2024
1 parent 7ea473a commit c4e0373
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 279 deletions.
4 changes: 2 additions & 2 deletions garpar/optimize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

__version__ = "0.1"

from . import markowitz, mean_variance
from . import mean_variance

__all__ = ["markowitz", "mean_variance"]
__all__ = [ "mean_variance"]
83 changes: 0 additions & 83 deletions garpar/optimize/markowitz.py

This file was deleted.

Loading

0 comments on commit c4e0373

Please sign in to comment.