Skip to content

Commit c63a6ba

Browse files
authored
Rename ML/detect_peaks.py to inst/ML/detect_peaks.py
1 parent 58be7a7 commit c63a6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ML/detect_peaks.py renamed to inst/ML/detect_peaks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def _plot(x, mph, mpd, threshold, edge, valley, ax, ind):
170170
ax.set_title("%s (mph=%s, mpd=%d, threshold=%s, edge='%s')"
171171
% (mode, str(mph), mpd, str(threshold), edge))
172172
# plt.grid()
173-
plt.show()
173+
plt.show()

0 commit comments

Comments
 (0)