Skip to content

Commit

Permalink
Revert "close now raises a RecursionError with Python 3.6 on Travis"
Browse files Browse the repository at this point in the history
This reverts commit fe31116.
RecursionError fixed by next commit.
  • Loading branch information
mdeff committed Dec 29, 2018
1 parent 3e566b5 commit 3714d53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pygsp/tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3714d53

Please sign in to comment.