ORNL-CEES / Cap

A library for modeling energy storage devices.
http://cap.readthedocs.org
Other
16 stars 6 forks source link

Python coverage on the plotting utilities #214

Closed dalg24 closed 8 years ago

dalg24 commented 8 years ago

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.