Skip to content

Update stamen maps #638

Update stamen maps

Update stamen maps #638

Triggered via pull request October 31, 2023 13:23
@hoxbrohoxbro
synchronize #684
stamen
Status Failure
Total duration 27m 12s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: pull_request
Run pre-commit
11s
Run pre-commit
Matrix: core_test_suite
Matrix: unit_test_suite
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 7 warnings
Unit tests on Python 3.11, ubuntu-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
/home/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.11, ubuntu-latest
Process completed with exit code 1.
Unit tests on Python 3.9, ubuntu-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
/home/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.9, ubuntu-latest
Process completed with exit code 1.
Unit tests on Python 3.10, ubuntu-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
/home/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.10, ubuntu-latest
Process completed with exit code 1.
Unit tests on Python 3.11, macos-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
/Users/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.11, macos-latest
Process completed with exit code 1.
Unit tests on Python 3.9, macos-latest: examples/user_guide/Working_with_Bokeh.ipynb#L1
/Users/runner/work/geoviews/geoviews/examples/user_guide/Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.9, macos-latest
Process completed with exit code 1.
Unit tests on Python 3.9, windows-latest: examples\user_guide\Working_with_Bokeh.ipynb#L1
D:\a\geoviews\geoviews\examples\user_guide\Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.9, windows-latest
Process completed with exit code 1.
Unit tests on Python 3.11, windows-latest: examples\user_guide\Working_with_Bokeh.ipynb#L1
D:\a\geoviews\geoviews\examples\user_guide\Working_with_Bokeh.ipynb nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import geoviews.tile_sources as gts gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) ------------------ --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 3 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) Cell In[2], line 3, in <listcomp>(.0) 1 import geoviews.tile_sources as gts ----> 3 gv.Layout([ts.relabel(name) for name, ts in gts.tile_sources.items()]).opts( 4 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4) AttributeError: 'str' object has no attribute 'relabel'
Unit tests on Python 3.11, windows-latest
Process completed with exit code 1.
Unit tests on Python 3.11, ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.9, ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.10, ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.11, macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.9, macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.9, windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests on Python 3.11, windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
geoviews_684 Expired
86.8 KB