Skip to content

Commit 146dc0e

Browse files
authored
Merge branch 'main' into table_paths
2 parents 8c5354a + 101710f commit 146dc0e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Check out repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Prepare python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Set up python
2020
uses: actions/setup-python@v5
2121
with:

petab/v1/visualize/plot_residuals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ def plot_goodness_of_fit(
212212
)
213213

214214
ax.set_title("Goodness of fit")
215-
ax.set_xlabel("simulated values")
216-
ax.set_ylabel("measurements")
215+
ax.set_xlabel("Simulated value")
216+
ax.set_ylabel("Measurement")
217217
return ax

0 commit comments

Comments
 (0)