Skip to content

Commit

Permalink
chore: imporove docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cristobaltapia committed Mar 23, 2023
1 parent de66569 commit 5b345bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vibrometer_analysis/vibrometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,7 @@ def compute_moe(freq):


def play_detected():
"""Play a sound when impulse is detected
Returns
-------
TODO
"""
"""Define a sound to play when impulse is detected."""
fs = 44100
total_t = 0.1
freq_1 = 400
Expand Down

0 comments on commit 5b345bf

Please sign in to comment.