Correct init

This commit is contained in:
Alexandre
2024-05-18 18:56:22 +02:00
committed by GitHub
parent ffcfb7a5cd
commit 887dec7933

View File

@@ -22,7 +22,7 @@ log = logging.getLogger(__name__)
userDir = os.path.expanduser('~') userDir = os.path.expanduser('~')
INTERPRETER, M_INTERPRETER, INCLUDE_LIST, EXCLUDE_LIST, CONVERT_LIST = (None, None, None, None, None) INTERPRETER, M_INTERPRETER, INCLUDE_LIST, EXCLUDE_LIST, CONVERT_LIST, CONVERT_DICT = (None, None, None, None, None, None)
PREDICTED_SPECIES_LIST = [] PREDICTED_SPECIES_LIST = []
model, priv_thresh, sf_thresh = (None, None, None) model, priv_thresh, sf_thresh = (None, None, None)