Skip to content

Commit

Permalink
Merge pull request #173 from jfaldanam/patch-1
Browse files Browse the repository at this point in the history
Fix missing f-string in posterior plot
  • Loading branch information
ajnebro authored Jun 21, 2024
2 parents 3d5d007 + 4d9cd0b commit 465dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmetal/lab/visualization/posterior.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ def transform(p):

if filename:
plt.savefig(filename, bbox_inches="tight")
logger.info("Figure {filename} saved to file")
logger.info(f"Figure {filename} saved to file")

plt.show()

0 comments on commit 465dd6a

Please sign in to comment.