Add viewport downsample algorithm #1993
Annotations
3 errors
holoviews/tests/operation/test_downsample.py#L20
test_downsample1d_multi[overlay]
assert 1000 == 400
+ where 1000 = array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,\n 13, 14, 15, 16, 17, 18, 19, 20,..., 978, 979, 980, 981, 982, 983, 984, 985, 986, 987,\n 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999]).size
+ and 400 = downsample1d.width
|
holoviews/tests/operation/test_downsample.py#L20
test_downsample1d_multi[ndoverlay]
assert 1000 == 400
+ where 1000 = array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,\n 13, 14, 15, 16, 17, 18, 19, 20,..., 978, 979, 980, 981, 982, 983, 984, 985, 986, 987,\n 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999]).size
+ and 400 = downsample1d.width
|
|
The logs for this run have expired and are no longer available.
Loading