We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c5354a + 101710f commit 146dc0eCopy full SHA for 146dc0e
3 files changed
.github/workflows/ci_tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Check out repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Prepare python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Set up python
with:
petab/v1/visualize/plot_residuals.py
@@ -212,6 +212,6 @@ def plot_goodness_of_fit(
212
)
213
214
ax.set_title("Goodness of fit")
215
- ax.set_xlabel("simulated values")
216
- ax.set_ylabel("measurements")
+ ax.set_xlabel("Simulated value")
+ ax.set_ylabel("Measurement")
217
return ax
0 commit comments