diff --git a/simpleresptest b/simpleresptest index b7f47b9..9b759bb 100755 --- a/simpleresptest +++ b/simpleresptest @@ -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)