Skip to content

Commit 725ac24

Browse files
committed
remove duplicated args within arg_config_manager.py - force_file, file_format, kcal_force_units
1 parent 8c1e23e commit 725ac24

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,6 @@
2424
"default": None,
2525
"help": "String for file format as recognised by MDAnalysis",
2626
},
27-
"kcal_force_units": {
28-
"type": bool,
29-
"default": False,
30-
"help": "Set this to True if you have a separate force file with nonSI units.",
31-
},
32-
"force_file": {
33-
"type": str,
34-
"default": None,
35-
"help": "Optional path to force file if forces are not in trajectory file",
36-
},
37-
"file_format": {
38-
"type": str,
39-
"default": None,
40-
"help": "String for file format as recognised by MDAnalysis",
41-
},
4227
"kcal_force_units": {
4328
"type": bool,
4429
"default": False,

0 commit comments

Comments
 (0)