Skip to content

Commit

Permalink
split up string to reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene authored May 19, 2024
1 parent 1cd76e4 commit 079f978
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion neurokit2/ppg/ppg_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ def ppg_methods(
elif method_quality in ["disimilarity"]:
report_info[
"text_quality"
] = "The quality assessment was carried out using a disimilarity measure of positive-peaked beats, approximately as described in Sabeti et al. (2019)."
] = (
"The quality assessment was carried out using a disimilarity measure of positive-peaked beats, "
+ "approximately as described in Sabeti et al. (2019)."
)
refs.append(
"""Sabeti E, Reamaroon N, Mathis M, Gryak J, Sjoding M, Najarian K (2019)
Signal quality measure for pulsatile physiological signals using
Expand Down

0 comments on commit 079f978

Please sign in to comment.