Skip to content

Commit 86552fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cbc63ff commit 86552fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

simpleresptest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ print(rawresp.data)
1818
breathlist = chest_belt.respiratorysqi(rawresp, debug=True)
1919
chest_belt.plotbreathqualities(breathlist, totaltime=(len(rawresp) / samplerate))
2020
chest_belt.plotbreathwaveformwithquality(rawresp, breathlist)
21-
chest_belt.plotbreathwaveformwithquality(
22-
rawresp, breathlist, plottype="other"
23-
)
21+
chest_belt.plotbreathwaveformwithquality(rawresp, breathlist, plottype="other")
2422
chest_belt.summarizebreaths(breathlist)

0 commit comments

Comments
 (0)