Skip to content

Commit

Permalink
removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bensondaled committed May 19, 2017
1 parent 338a9f3 commit ae90af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyfluo/oasis/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
cvxpy_installed = True
except:
cvxpy_installed = False
warn("Could not find cvxpy. Don't worry, you can still use OASIS, " +
"just not the slower interior point methods we compared to in the papers.")


def init_fig():
Expand Down

0 comments on commit ae90af3

Please sign in to comment.