Skip to content

Commit 93077c6

Browse files
committed
replace thread with verbose flag within arg_config_manager.py
1 parent 25ed1ac commit 93077c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@
6464
"help": "Temperature for entropy calculation (K)",
6565
"default": 298.0,
6666
},
67-
"thread": {"type": int, "help": "How many multiprocess to use", "default": 1},
67+
"verbose": {
68+
"action": "store_true",
69+
"help": "Enable verbose output",
70+
},
6871
"force_partitioning": {"type": float, "help": "Force partitioning", "default": 0.5},
6972
"water_entropy": {
7073
"type": bool,

0 commit comments

Comments
 (0)