giddy icon indicating copy to clipboard operation
giddy copied to clipboard

fail gracefully when `splot` not installed

Open jGaboardi opened this issue 2 years ago • 0 comments

I am seeing 2 failures locally when splot is not installed. Seems like we should try to get these failures to be bit more graceful or prevent them from happening.

FAILED giddy/tests/test_directional.py::Rose_Tester::test_rose - TypeError: cannot unpack non-iterable NoneType object
FAILED giddy/tests/test_directional.py::i::test_rose - TypeError: cannot unpack non-iterable NoneType object

jGaboardi avatar Sep 06 '23 02:09 jGaboardi