Skip to content

Commit

Permalink
[FIX] - removed savefig
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Weise committed Jul 22, 2024
1 parent 819d87a commit 8971375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def test_utils_002_RandomParameters(self):
parameters["x5"].plot_pdf()
parameters["x6"].plot_pdf()
plt.legend(["x1", "x2", "x3", "x4", "x5", "x6"])
plt.savefig(os.path.join(folder, test_name) + ".png")

print("done!\n")

Expand Down

0 comments on commit 8971375

Please sign in to comment.