Skip to content

Commit

Permalink
Changed comments in detect_peaks
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Feb 9, 2017
1 parent a9525b1 commit b823474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_peaks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import division, print_function
import numpy as np

"""Updated by Logan Bishop-Van Horn (2017)"""
"""A few tweaks by Logan Bishop-Van Horn (2017)"""
"""Detect peaks in data based on their amplitude and other features."""

__author__ = "Marcos Duarte, https://github.com/demotu/BMC"
Expand Down

0 comments on commit b823474

Please sign in to comment.