Skip to content

Commit

Permalink
resolving merge conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
aczajka committed May 7, 2024
1 parent c35c165 commit 9c3b36d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions evaluations/C++-IREX-X-sanity-check/Codes/generate_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ def get_uid(filename):
# show the legend
plt.legend()
plt.tight_layout()
<<<<<<< HEAD
plt.savefig(os.path.join(sys.argv[2], os.path.split(sys.argv[1])[1].split('.')[0] + '_roc.png'))
=======
plt.savefig(sys.argv[2])
>>>>>>> 36b83b2f09a1165b4b7f567a494a02e2fab9382e
plt.close()

plt.figure(figsize=(10, 7))
Expand Down Expand Up @@ -103,8 +99,4 @@ def get_uid(filename):
plt.xlabel('Score')
plt.ylabel('Probability')
plt.tight_layout()
<<<<<<< HEAD
plt.savefig(os.path.join(sys.argv[2], os.path.split(sys.argv[1])[1].split('.')[0] + '_histogram.png'))
=======
plt.savefig(sys.argv[3])
>>>>>>> 36b83b2f09a1165b4b7f567a494a02e2fab9382e

0 comments on commit 9c3b36d

Please sign in to comment.