Skip to content

Commit 536a54b

Browse files
committed
add max and min
1 parent c0b3efa commit 536a54b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipsuite/analysis/md.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ def run(self):
5050
"total": int(np.sum(steps)),
5151
"mean": float(np.mean(steps)),
5252
"std": float(np.std(steps)),
53+
"max": int(np.max(steps)),
54+
"min": int(np.min(steps)),
5355
}

0 commit comments

Comments
 (0)