Skip to content

Commit 2fd09fb

Browse files
Apply suggestions from code review
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
1 parent 2604adb commit 2fd09fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/petab_gui/views/other_views.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, parent=None):
127127
"<b>📚 Contribute to Benchmark Collection</b><br/>"
128128
"Share your publsihed PEtab problem with the community to "
129129
"validate it, enable reproducibility, and support "
130-
"benchmarking<br/>"
130+
"benchmarking.<br/>"
131131
'<a href="https://github.com/Benchmarking-Initiative/'
132132
'Benchmark-Models-PEtab">Benchmark Collection</a></p>'
133133
),
@@ -141,7 +141,7 @@ def __init__(self, parent=None):
141141
'<p style="margin:0; line-height:1.3;">'
142142
"<b>▶ Parameter Estimation with pyPESTO</b><br/>"
143143
"Use pyPESTO for parameter estimation, uncertainty analysis, "
144-
"and model selection<br/>"
144+
"and model selection.<br/>"
145145
'<a href="https://pypesto.readthedocs.io/en/latest/example/'
146146
'petab_import.html">pyPESTO documentation</a></p>'
147147
),
@@ -155,7 +155,7 @@ def __init__(self, parent=None):
155155
'<p style="margin:0; line-height:1.3;">'
156156
"<b>⚙ Advanced Model Adaptation and Simulation</b><br/>"
157157
"Use COPASI for further model adjustment and advanced "
158-
"simulation with a graphical interface<br/>"
158+
"simulation with a graphical interface.<br/>"
159159
'<a href="https://copasi.org">COPASI website</a></p>'
160160
),
161161
)

0 commit comments

Comments
 (0)