We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b3efa commit 536a54bCopy full SHA for 536a54b
ipsuite/analysis/md.py
@@ -50,4 +50,6 @@ def run(self):
50
"total": int(np.sum(steps)),
51
"mean": float(np.mean(steps)),
52
"std": float(np.std(steps)),
53
+ "max": int(np.max(steps)),
54
+ "min": int(np.min(steps)),
55
}
0 commit comments