Skip to content
Snippets Groups Projects
Commit 7005aac5 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'graphviz-01_tutorial' into 'master'

Skip 01_tutorial_getting_started if graphviz is not installed

See merge request pycodegen/pystencils!160
parents b44b0045 3bb4273a
Branches
Tags
......@@ -85,6 +85,7 @@ try:
import graphviz
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils/backends/dot.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, "doc/notebooks/01_tutorial_getting_started.ipynb")]
try:
import pyevtk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment