Skip to content

Commit

Permalink
fix: typo in posterior plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam authored May 16, 2024
1 parent 7efd2e2 commit 4d9cd0b
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 4d9cd0b

Please sign in to comment.