Skip to content

Commit

Permalink
refactore(logs): add logging.basicConfig() to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Nov 18, 2023
1 parent dae6c25 commit 37dadf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auton_survival/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,6 @@ class is a composite transform that does both Imputing ***and*** Scaling with

import warnings
from tqdm.auto import tqdm
import logging

logging.basicConfig()

0 comments on commit 37dadf9

Please sign in to comment.