tests #3604
Annotations
10 errors
Test Unit:
holoviews\tests\plotting\plotly\test_areaplot.py#L23
TestAreaPlot.test_area_to_zero_x
AssertionError: {'dtype': 'i1', 'bdata': 'AQID'} != array([1, 2, 3])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L100
TestBarsPlot.test_bars_continuous_data_list_same_interval
AssertionError:
Items are not equal:
ACTUAL: {'dtype': 'i1', 'bdata': 'ChQe'}
DESIRED: [10, 20, 30]
|
Test Unit:
holoviews\tests\plotting\plotly\test_areaplot.py#L46
TestAreaPlot.test_area_fill_between_xs
AssertionError: {'dtype': 'f8', 'bdata': 'AAAAAAAA4D8AAAAAAADwPwAAAAAAAAJA'} != array([0.5 , 1. , 2.25])
|
Test Unit:
holoviews\tests\plotting\plotly\test_areaplot.py#L35
TestAreaPlot.test_area_fill_between_ys
AssertionError: {'dtype': 'f8', 'bdata': 'AAAAAAAA4D8AAAAAAADwPwAAAAAAAAJA'} != array([0.5 , 1. , 2.25])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L113
TestBarsPlot.test_bars_continuous_datetime
AssertionError:
Arrays are not equal
Mismatched elements: 10 / 10 (100%)
ACTUAL: array({'dtype': 'f8', 'bdata': 'BIzmbFcVyD9gSfZmvbyZP5B9LsFhVtE/5Ev5d0uq7j/nZEUw46fvPyO3+2d8xuA/wEzzY1nyvT+81H6IX0vRP6i6Q3t2Ks8/GBawdyFT2z8='},
dtype=object)
DESIRED: array([0.188151, 0.025134, 0.270897, 0.958288, 0.989244, 0.524229,
0.116979, 0.270225, 0.243483, 0.426949])
|
Test Unit:
holoviews\tests\plotting\plotly\test_areaplot.py#L14
TestAreaPlot.test_area_to_zero_y
AssertionError: {'dtype': 'i1', 'bdata': 'AAEC'} != array([0, 1, 2])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L136
TestBarsPlot.test_bars_group
AssertionError:
Arrays are not equal
Mismatched elements: 12 / 12 (100%)
ACTUAL: array({'dtype': 'f8', 'bdata': 'AAAAAAAAGEAAAAAAAAAkQAAAAAAAACRAAAAAAAAAJEAAAAAAAAAcQAAAAAAAACRAAAAAAAAAGEAAAAAAAAAkQAAAAAAAACJAAAAAAAAAHEAAAAAAAAAgQAAAAAAAABxA'},
dtype=object)
DESIRED: array([ 6., 10., 10., 10., 7., 10., 6., 10., 9., 7., 8., 7.])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L38
TestBarsPlot.test_bars_grouped
AssertionError: {'dtype': 'i1', 'bdata': 'AQIDBA=='} != array([1, 2, 3, 4])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L157
TestBarsPlot.test_bar_group_stacked
AssertionError:
Arrays are not equal
Mismatched elements: 4 / 4 (100%)
ACTUAL: array({'dtype': 'f8', 'bdata': 'AAAAAAAAIEAAAAAAAAAcQAAAAAAAABhAAAAAAAAAHEA='},
dtype=object)
DESIRED: array([8, 7, 6, 7])
|
Test Unit:
holoviews\tests\plotting\plotly\test_barplot.py#L51
TestBarsPlot.test_bars_grouped_inverted
AssertionError: {'dtype': 'i1', 'bdata': 'AQIDBA=='} != array([1, 2, 3, 4])
|
Loading