Skip to content

fix: Handle boolean in by Bars #2986

fix: Handle boolean in by Bars

fix: Handle boolean in by Bars #2986

Triggered via pull request July 3, 2024 15:49
@hoxbrohoxbro
synchronize #6304
bool_stack
Status Failure
Total duration 32m 53s
Artifacts 1

test.yaml

on: pull_request
Run pre-commit
19s
Run pre-commit
Setup workflow
3s
Setup workflow
Pixi lock
10s
Pixi lock
Matrix: core_test_suite
Matrix: ui_test_suite
Matrix: unit_test_suite
Fit to window
Zoom out
Zoom in

Annotations

70 errors
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x7f23e045eaf0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7f23e045eaf0> = np.allclose
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x7fd0d4c7a630>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7fd0d4c7a630> = np.allclose
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x7f7837fe66f0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7f7837fe66f0> = np.allclose
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
core:test-core:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_curveplot.py#L20
TestCurvePlot.test_curve_datetime64 holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The plot_date function was deprecated in Matplotlib 3.9 and will be removed in 3.11. Use plot instead. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x108024fb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x108024fb0> = np.allclose
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x105920eb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x105920eb0> = np.allclose
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x108024fb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x108024fb0> = np.allclose
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x7f01f4b1dbb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7f01f4b1dbb0> = np.allclose
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x7f82ed17da70>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7f82ed17da70> = np.allclose
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x7fc977f7dbf0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7fc977f7dbf0> = np.allclose
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x107ec9b30>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x107ec9b30> = np.allclose
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x105f95bb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x105f95bb0> = np.allclose
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x105f95bb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x105f95bb0> = np.allclose
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:macos-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x7feca376e0b0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7feca376e0b0> = np.allclose
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x7f8e2797ddb0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7f8e2797ddb0> = np.allclose
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x7fcc85f39cf0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x7fcc85f39cf0> = np.allclose
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:ubuntu-latest: holoviews/tests/plotting/matplotlib/test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x00000190EE8CA7F0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x00000190EE8CA7F0> = np.allclose
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x00000190EE8CA7F0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x00000190EE8CA7F0> = np.allclose
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x000001499A2F9AB0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x000001499A2F9AB0> = np.allclose
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-39:windows-latest: holoviews\tests\plotting\matplotlib\test_curveplot.py#L20
TestCurvePlot.test_curve_datetime64 holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The plot_date function was deprecated in Matplotlib 3.9 and will be removed in 3.11. Use plot instead. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L221
TestHVSpansPlot.test_hspans_nondefault_kdim assert False + where False = <function allclose at 0x000001F9E212E330>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x000001F9E212E330> = np.allclose
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L263
TestHVSpansPlot.test_vspans_inverse_plot assert False + where False = <function allclose at 0x000001F9E212E330>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x000001F9E212E330> = np.allclose
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L193
TestHVSpansPlot.test_hspans_inverse_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L249
TestHVSpansPlot.test_vspans_plot TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L167
TestHVSpansPlot.test_hspans_plot assert False + where False = <function allclose at 0x000001CCF221E3F0>((np.float64(-0.05), np.float64(1.05)), (-0.055, 0.055)) + where <function allclose at 0x000001CCF221E3F0> = np.allclose
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L313
TestHVSpansPlot.test_vspans_hspans_overlay TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_annotationplot.py#L290
TestHVSpansPlot.test_vspans_nondefault_kdims TypeError: tuple indices must be integers or slices, not tuple
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_boxwhisker.py#L13
TestMPLBoxWhiskerPlot.test_boxwhisker_simple holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_boxwhisker.py#L28
TestMPLBoxWhiskerPlot.test_box_whisker_padding_square holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.
unit:test-312:windows-latest: holoviews\tests\plotting\matplotlib\test_boxwhisker.py#L21
TestMPLBoxWhiskerPlot.test_boxwhisker_simple_overlay holoviews.core.options.AbbreviatedException: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11. To view the original traceback, catch this exception and call print_traceback() method.

Artifacts

Produced during runtime
Name Size
pixi-lock
365 KB