Skip to content

Commit 7757a1d

Browse files
committed
add line break
1 parent 39a487f commit 7757a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/v1/visualize/plot_residuals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def plot_goodness_of_fit(
208208
f"slope: {slope:.2f}\n"
209209
f"intercept: {intercept:.2f}\n"
210210
f"p-value: {p_value:.2e}\n"
211-
f"mean of squared normalized residuals: {msnr:.2e}\n",
211+
f"mean of squared\nnormalized residuals: {msnr:.2e}\n",
212212
transform=ax.transAxes,
213213
)
214214

0 commit comments

Comments
 (0)