We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2176e commit 070e6fcCopy full SHA for 070e6fc
tests/test_aggregators.py
@@ -654,7 +654,7 @@ def test_lttb_bindings():
654
y_double = np.sin(x_int / 300) + np.random.randn(n)
655
y_float = y_double.astype("float32")
656
y_int = (100 * y_double).astype("int64")
657
- y_bool = (x_int % 2).astype("bool")
+ y_bool = (x_int % 250).astype("bool")
658
659
for n_out in np.random.randint(500, 2000, size=3):
660
sampled_x_c = LTTB_core_c.downsample(x_int, y_double, n_out)
0 commit comments