Skip to content

Commit f48902e

Browse files
committed
ruff
1 parent 5604a78 commit f48902e

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)