Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent cbc63ff commit 86552fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions simpleresptest
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ print(rawresp.data)
breathlist = chest_belt.respiratorysqi(rawresp, debug=True)
chest_belt.plotbreathqualities(breathlist, totaltime=(len(rawresp) / samplerate))
chest_belt.plotbreathwaveformwithquality(rawresp, breathlist)
chest_belt.plotbreathwaveformwithquality(
rawresp, breathlist, plottype="other"
)
chest_belt.plotbreathwaveformwithquality(rawresp, breathlist, plottype="other")
chest_belt.summarizebreaths(breathlist)

0 comments on commit 86552fd

Please sign in to comment.