Skip to content

Commit b5f44c4

Browse files
committed
change the default grouping configuration to group by molecules rather than each
1 parent b4b6553 commit b5f44c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"grouping": {
6868
"type": str,
6969
"help": "How to group molecules for averaging",
70-
"default": "each",
70+
"default": "molecules",
7171
},
7272
}
7373

0 commit comments

Comments
 (0)