Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Aug 14, 2024
1 parent a358ad0 commit 008e83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traval/rulelib.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def rule_pastas_outside_pi(
"series_values",
"comparison_values",
]
corrections.index.name = ("sim (r^2={0:.3f})".format(ml.stats.rsq()),)
corrections.index.name = f"sim (r^2={ml.stats.rsq():.3f})"

if savedir:
savedir.mkdir(exist_ok=True)
Expand Down

0 comments on commit 008e83b

Please sign in to comment.