Skip to content

Commit 86fa62f

Browse files
committed
Update test data
1 parent 4518cdb commit 86fa62f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

holoviews/tests/operation/test_datashader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,8 @@ def test_spread_aggregate_asymmetric_count(self):
751751
)
752752
agg = rasterize(spread, width=4, height=4, dynamic=False)
753753
xs = [0.25, 0.75, 1.25, 1.75]
754-
ys = [0.6125, 1.4375, 2.2625, 3.0875]
755-
arr = np.array([[0, 0, 0, 0], [1, 0, 0, 0], [0, 1, 1, 0], [0, 0, 1, 1]])
754+
ys = [1.025, 1.875, 2.725, 3.575]
755+
arr = np.array([[0, 0, 0, 0], [1, 1, 1, 0], [0, 1, 1, 0], [0, 0, 0, 1]])
756756
expected = hv.Image((xs, ys, arr), vdims=hv.Dimension("Count", nodata=0))
757757
assert_element_equal(agg, expected)
758758

0 commit comments

Comments
 (0)