Skip to content

Fix issues with unwrapping longitudes in RangeXY stream #948

Fix issues with unwrapping longitudes in RangeXY stream

Fix issues with unwrapping longitudes in RangeXY stream #948

Triggered via pull request October 16, 2024 15:54
Status Failure
Total duration 9m 17s
Artifacts 1

test.yaml

on: pull_request
Run pre-commit
13s
Run pre-commit
Setup workflow
6s
Setup workflow
Pixi lock
4s
Pixi lock
Matrix: core_test_suite
Matrix: unit_test_suite
result:test
0s
result:test
Fit to window
Zoom out
Zoom in

Annotations

19 errors
unit:test-310:macos-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
examples/user_guide/Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output
unit:test-310:macos-latest: examples/gallery/bokeh/world_population.ipynb#L1
examples/gallery/bokeh/world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif �
unit:test-310:macos-latest
Process completed with exit code 1.
unit:test-310:ubuntu-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
examples/user_guide/Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output
unit:test-310:ubuntu-latest: examples/gallery/bokeh/world_population.ipynb#L1
examples/gallery/bokeh/world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/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/geoviews/geoviews/.pixi/envs/test-310/lib/python3.10/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif �
unit:test-310:ubuntu-latest
Process completed with exit code 1.
unit:test-312:macos-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
examples/user_guide/Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output
unit:test-312:macos-latest: examples/gallery/bokeh/world_population.ipynb#L1
examples/gallery/bokeh/world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif �
unit:test-312:macos-latest
Process completed with exit code 1.
unit:test-312:ubuntu-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
examples/user_guide/Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output
unit:test-312:ubuntu-latest: examples/gallery/bokeh/world_population.ipynb#L1
examples/gallery/bokeh/world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/work/geoviews/geoviews/.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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/core/options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File ~/work/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/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/geoviews/geoviews/.pixi/envs/test-312/lib/python3.12/site-packages/holoviews/ipython/display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif �
unit:test-312:ubuntu-latest
Process completed with exit code 1.
unit:test-312:windows-latest: examples\user_guide\Working_with_Bokeh.ipynb#L1
examples\user_guide\Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\holoviews\ipython\display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) �
unit:test-312:windows-latest: examples\gallery\bokeh\world_population.ipynb#L1
examples\gallery\bokeh\world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-312\Lib\site-packages\holoviews\ipython\display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif isinstance(obj, Plot): 263 outpu
unit:test-312:windows-latest
Process completed with exit code 1.
unit:test-310:windows-latest: examples\user_guide\Working_with_Bokeh.ipynb#L1
examples\user_guide\Working_with_Bokeh.ipynb::Cell 6 Notebook cell execution failed Cell 6: Cell execution caused an exception Input: points = population.to(gv.Points, ['Longitude', 'Latitude'], ['Population', 'City', 'Country']) (gts.OSM * points).opts( opts.Points(width=600, height=350, tools=['hover'], size=np.sqrt(dim('Population'))*0.005, color='Population', cmap='viridis')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.pixi\envs\test-310\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) �
unit:test-310:windows-latest: examples\gallery\bokeh\world_population.ipynb#L1
examples\gallery\bokeh\world_population.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: tiles * points.opts( color='Population', cmap='viridis', size=dim('Population')*0.000001, tools=['hover'], global_extent=True, width=600, height=600) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.pixi\envs\test-310\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\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\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:261, in display(obj, raw_output, **kwargs) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): --> 261 output = map_display(obj) 262 elif isinstance(obj, Plot): 263 outpu
unit:test-310:windows-latest
Process completed with exit code 1.
result:test
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
pixi-lock
227 KB