Skip to content

Commit

Permalink
declare cli part of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Jul 31, 2023
1 parent 09d5b76 commit bd83545
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 174 deletions.
2 changes: 1 addition & 1 deletion cli/smallest_eigenvalue.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fire # type: ignore
import numpy as np

from cvx.bson import read_bson
from cvx.bson.file import read_bson


def smallest_ev(bson_file) -> None:
Expand Down
Loading

0 comments on commit bd83545

Please sign in to comment.