Skip to content

Commit d5975de

Browse files
committed
Curvebenchmark: disabling new 'finite' option to keep representative results
1 parent a443d53 commit d5975de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwt/tests/CurveBenchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, title, xdata, ydata, style, symbol=None, *args):
5555
if symbol is not None:
5656
curve.setSymbol(symbol)
5757
curve.attach(self)
58-
curve.setData(xdata, ydata*idx)
58+
curve.setData(xdata, ydata*idx, finite=False)
5959
# self.setAxisScale(self.yLeft, -1.5, 1.5)
6060
# self.setAxisScale(self.xBottom, 9.9, 10.)
6161
self.replot()

0 commit comments

Comments
 (0)