Test-suite: fix geometric mean of empty list
The geometric mean computation panicked when it was given an empty list, which happens when there are no baselines. Instead, we should simply return 1.
Please register or sign in to comment
The geometric mean computation panicked when it was given an empty list, which happens when there are no baselines. Instead, we should simply return 1.