Skip to content

Commit

Permalink
remove plt.show from test to stop tests from blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
sherbold committed Mar 15, 2023
1 parent f24456b commit 06dc29f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_autorank.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,4 +797,3 @@ def test_cd_order(self):
plot_stats(res)
plot_stats(res_asc)
plt.draw()
plt.show()

0 comments on commit 06dc29f

Please sign in to comment.