Skip to content

Commit

Permalink
fix: path name again yikes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineortega committed Jun 1, 2022
1 parent 7036f9d commit 4cac533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_muap_plot():
Run unit test on muap_plot function from EMGdecomPy.
"""
# load data + subset two channels
gl_10 = loadmat("data/raw/gl_10.mat")
gl_10 = loadmat("data/raw/GL_10.mat")
raw = gl_10["SIG"]
fx_data = raw[1, 1:3]

Expand Down

0 comments on commit 4cac533

Please sign in to comment.