Fix: broken tests

This commit is contained in:
陈键冬 2019-04-26 23:22:49 +08:00
parent 78d915398f
commit 80a80f85d2

View File

@ -78,6 +78,6 @@ class Boxplot(RectChart):
elif m == 3 / 4:
res.append(d[k - 1] * 0.25 + d[k] * 0.75)
data.append([d[0]] + res + [d[-1]])
except:
except Exception:
pass
return data