Skip to content

Commit c93c9ac

Browse files
committed
warning disabled in DefaultDBGenerator.py
1 parent a773889 commit c93c9ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py_src/DefaultDBGenerator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import sys
66
from multiprocessing import Pool
77
import numpy as np
8+
import warnings
9+
warnings.filterwarnings('ignore') # Place this at the top of your script
810

911
sys.path.append('../../')
1012
sys.path.append('../../mirpy')

0 commit comments

Comments
 (0)