mirror of
https://github.com/pyecharts/pyecharts.git
synced 2026-01-25 17:06:27 +00:00
Fix: broken tests
This commit is contained in:
parent
78d915398f
commit
80a80f85d2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user