Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix: remove plt.show
Browse files Browse the repository at this point in the history
  • Loading branch information
bokajgd committed Nov 9, 2022
1 parent b1fff1b commit f50aa1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/psycopt2d/visualization/roc_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def plot_auc_roc(
plt.legend(loc=4)
plt.xlabel("False Positive Rate")
plt.ylabel("True Positive Rate")
plt.show()

if save_path is not None:
plt.savefig(save_path)
Expand Down

0 comments on commit f50aa1d

Please sign in to comment.