Skip to content

Commit 5f33309

Browse files
committed
Pulled in changes to arg_config_manager.py from commit bdb09c7 (PR #87)
1 parent 820359f commit 5f33309

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CodeEntropy/config/arg_config_manager.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
},
2626
"end": {
2727
"type": int,
28-
"help": "Stop analysing the trajectory at this frame index",
28+
"help": (
29+
"Stop analysing the trajectory at this frame index. This is "
30+
"the frame index of the last frame to be included, so for example"
31+
"if start=0 and end=500 there would be 501 frames analysed. The "
32+
"default -1 will include the last frame."
33+
),
2934
"default": -1,
3035
},
3136
"step": {

0 commit comments

Comments
 (0)