Skip to content

comp(matplotlib): Add compatibility with Matplotlib 3.9 #2990

comp(matplotlib): Add compatibility with Matplotlib 3.9

comp(matplotlib): Add compatibility with Matplotlib 3.9 #2990

Triggered via pull request July 4, 2024 07:32
@hoxbrohoxbro
opened #6307
mpl39
Status Cancelled
Total duration 26m 51s
Artifacts 1

test.yaml

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

Annotations

14 errors
unit:test-312:macos-latest: examples/reference/elements/matplotlib/Points.ipynb#L1
examples/reference/elements/matplotlib/Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/holoviews/holoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude) 974 method = get_real_method(obj, self.print_method) 976 if method is not None: --> 977 return method(include=include, exclude=exclude) 978 return None 979 else: File ~/work/holoviews/holoviews/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File ~/work/holoviews/holoviews/holoviews/core/options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File �[0;3
unit:test-312:macos-latest
Process completed with exit code 1.
unit:test-39:macos-latest: examples/reference/elements/matplotlib/Points.ipynb#L1
examples/reference/elements/matplotlib/Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/holoviews/holoviews/.pixi/envs/test-39/lib/python3.9/site-packages/IPython/core/formatters.py:974, in MimeBundleFormatter.__call__(self, obj, include, exclude) 971 method = get_real_method(obj, self.print_method) 973 if method is not None: --> 974 return method(include=include, exclude=exclude) 975 return None 976 else: File ~/work/holoviews/holoviews/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File ~/work/holoviews/holoviews/holoviews/core/options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File
unit:test-39:macos-latest
Process completed with exit code 1.
unit:test-39:ubuntu-latest: examples/reference/elements/matplotlib/Points.ipynb#L1
examples/reference/elements/matplotlib/Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/holoviews/holoviews/.pixi/envs/test-39/lib/python3.9/site-packages/IPython/core/formatters.py:974, in MimeBundleFormatter.__call__(self, obj, include, exclude) 971 method = get_real_method(obj, self.print_method) 973 if method is not None: --> 974 return method(include=include, exclude=exclude) 975 return None 976 else: File ~/work/holoviews/holoviews/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File ~/work/holoviews/holoviews/holoviews/core/options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File
unit:test-39:ubuntu-latest
Process completed with exit code 1.
unit:test-312:ubuntu-latest: examples/reference/elements/matplotlib/Points.ipynb#L1
examples/reference/elements/matplotlib/Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/holoviews/holoviews/.pixi/envs/test-312/lib/python3.12/site-packages/IPython/core/formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude) 974 method = get_real_method(obj, self.print_method) 976 if method is not None: --> 977 return method(include=include, exclude=exclude) 978 return None 979 else: File ~/work/holoviews/holoviews/holoviews/core/dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File ~/work/holoviews/holoviews/holoviews/core/options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File ~/work/holoviews/holoviews/holoviews/ipython/display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File �[0;3
unit:test-312:ubuntu-latest
Process completed with exit code 1.
unit:test-312:windows-latest
Canceling since a higher priority waiting request for 'tests-6307' exists
unit:test-312:windows-latest: examples\reference\elements\matplotlib\Points.ipynb#L1
examples\reference\elements\matplotlib\Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\holoviews\holoviews\.pixi\envs\test-312\Lib\site-packages\IPython\core\formatters.py:977, in MimeBundleFormatter.__call__(self, obj, include, exclude) 974 method = get_real_method(obj, self.print_method) 976 if method is not None: --> 977 return method(include=include, exclude=exclude) 978 return None 979 else: File D:\a\holoviews\holoviews\holoviews\core\dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File D:\a\holoviews\holoviews\holoviews\core\options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File D:\a\holoviews\holoviews\holoviews\ipython\display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File D:\a\holoviews\holoviews\holoviews\ipython\display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File D:\a\holoviews\holo
unit:test-312:windows-latest
The operation was canceled.
unit:test-39:windows-latest
Canceling since a higher priority waiting request for 'tests-6307' exists
unit:test-39:windows-latest: examples\reference\elements\matplotlib\Points.ipynb#L1
examples\reference\elements\matplotlib\Points.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: np.random.seed(10) data = np.random.rand(100,4) points = hv.Points(data, vdims=['z', 'size']) (points + points[0.3:0.7, 0.3:0.7].hist()).opts( opts.Points(color='z', s=dim('size')*50)) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\holoviews\holoviews\.pixi\envs\test-39\lib\site-packages\IPython\core\formatters.py:974, in MimeBundleFormatter.__call__(self, obj, include, exclude) 971 method = get_real_method(obj, self.print_method) 973 if method is not None: --> 974 return method(include=include, exclude=exclude) 975 return None 976 else: File D:\a\holoviews\holoviews\holoviews\core\dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File D:\a\holoviews\holoviews\holoviews\core\options.py:1428, in Store.render(cls, obj) 1426 data, metadata = {}, {} 1427 for hook in hooks: -> 1428 ret = hook(obj) 1429 if ret is None: 1430 continue File D:\a\holoviews\holoviews\holoviews\ipython\display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File D:\a\holoviews\holoviews\holoviews\ipython\display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File D:\a\holoviews\holov
unit:test-39:windows-latest
The operation was canceled.

Artifacts

Produced during runtime
Name Size
pixi-lock
365 KB