Skip to content

Commit 920238a

Browse files
committed
style
1 parent 7abb235 commit 920238a

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
@@ -134,7 +134,7 @@ def plot_goodness_of_fit(
134134
petab_problem: Problem,
135135
simulations_df: str | Path | pd.DataFrame,
136136
size: tuple = (10, 7),
137-
color = None,
137+
color=None,
138138
ax: plt.Axes | None = None,
139139
) -> matplotlib.axes.Axes:
140140
"""

0 commit comments

Comments
 (0)