Skip to content

Commit

Permalink
docs: edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineortega committed Jun 27, 2022
1 parent 243a04f commit 4381103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emgdecompy/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def select_peak(selection, mu_index, raw, shape_dict, pt):
else:
print(selection)
sel = selection[0] - 1
# for some reason beyond my grast these are 1-indexed
# for some reason beyond my grasp these are 1-indexed
peak = pt[mu_index][sel]

peak_data = muap_dict_by_peak(raw, peak, mu_index=mu_index, l=31)
Expand Down

0 comments on commit 4381103

Please sign in to comment.