Skip to content

Commit

Permalink
Change version to 1.0.0-alpha, remove logging in CARNIVAL for network…
Browse files Browse the repository at this point in the history
… commons, cvxpy-base required as dep
  • Loading branch information
pablormier committed Sep 18, 2024
1 parent f9f2baa commit 260a671
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 113 deletions.
2 changes: 1 addition & 1 deletion corneto/methods/carnival.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def _info(s, show=True):
if show:
LOGGER.info(s)
print(s)


def read_dataset(zip_path):
Expand Down
Loading

0 comments on commit 260a671

Please sign in to comment.