Skip to content

Commit 070e6fc

Browse files
committed
🙏 updating tests
1 parent ee2176e commit 070e6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_aggregators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def test_lttb_bindings():
654654
y_double = np.sin(x_int / 300) + np.random.randn(n)
655655
y_float = y_double.astype("float32")
656656
y_int = (100 * y_double).astype("int64")
657-
y_bool = (x_int % 2).astype("bool")
657+
y_bool = (x_int % 250).astype("bool")
658658

659659
for n_out in np.random.randint(500, 2000, size=3):
660660
sampled_x_c = LTTB_core_c.downsample(x_int, y_double, n_out)

0 commit comments

Comments
 (0)