diff --git a/pygsp/tests/test_plotting.py b/pygsp/tests/test_plotting.py index 5bdf2bdb..936415d9 100644 --- a/pygsp/tests/test_plotting.py +++ b/pygsp/tests/test_plotting.py @@ -144,9 +144,8 @@ def test_show_close(self): G = graphs.Sensor() G.plot() plotting.show(block=False) # Don't block or the test will halt. - # FIXME: raises a RecursionError with Python 3.6 on Travis. - # plotting.close() - # plotting.close_all() + plotting.close() + plotting.close_all() def test_coords(self): G = graphs.Sensor()