We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c353bc4 commit b210bc5Copy full SHA for b210bc5
plotly/tests/test_orca/test_sg_scraper.py
@@ -45,7 +45,7 @@ def execute_plotly_example():
45
def test_scraper():
46
from plotly.io._sg_scraper import plotly_sg_scraper
47
# test that monkey-patching worked ok
48
- assert plotly.io.renderers.default == 'sphinx'
+ assert plotly.io.renderers.default == 'sphinx_gallery'
49
# Use dummy values for arguments of plotly_sg_scraper
50
block = '' # we don't need actually code
51
import tempfile
0 commit comments