Skip to content
Snippets Groups Projects
Commit 35620fb4 authored by Joseph Weston's avatar Joseph Weston
Browse files

set default value for matplotlib_backend_chosen

Without this the test for whether importing the plotter chooses
the matplotlib backend fails when matplotlib is not installed.
parent 499f3d91
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,7 +33,7 @@ try:
from matplotlib import pyplot # pragma: no flakes
except ImportError:
pass
matplotlib_backend_chosen = False
from kwant import plotter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment