In PR #213 (commit b6f67f3) I commented out Python tests that were calling pyplot.figure() to get read of Tinker errors related to the display being unavailable.
We need to find a way of calling the routines without getting these errors. The solution might be to change Matplotlib's backend in these tests. See here.
In PR #213 (commit b6f67f3) I commented out Python tests that were calling
pyplot.figure()
to get read of Tinker errors related to the display being unavailable. We need to find a way of calling the routines without getting these errors. The solution might be to change Matplotlib's backend in these tests. See here.