Skip to content

Commit 1ba7651

Browse files
committed
use logger info
1 parent 1e99711 commit 1ba7651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdgym/benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
)
6565

6666
LOGGER = logging.getLogger(__name__)
67+
LOGGER.setLevel(logging.INFO)
6768
DEFAULT_SYNTHESIZERS = [GaussianCopulaSynthesizer, CTGANSynthesizer]
6869
DEFAULT_DATASETS = [
6970
'adult',

0 commit comments

Comments
 (0)