We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e52de commit bdb09c7Copy full SHA for bdb09c7
CodeEntropy/config/arg_config_manager.py
@@ -25,10 +25,11 @@
25
},
26
"end": {
27
"type": int,
28
- "help": ("Stop analysing the trajectory at this frame index. This is "
29
- "the frame index of the last frame to be included, so for example"
30
- "if start=0 and end=500 there would be 501 frames analysed. The "
31
- "default -1 will include everything up to the last frame."
+ "help": (
+ "Stop analysing the trajectory at this frame index. This is "
+ "the frame index of the last frame to be included, so for example"
+ "if start=0 and end=500 there would be 501 frames analysed. The "
32
+ "default -1 will include the last frame."
33
),
34
"default": -1,
35
0 commit comments