Skip to content

Commit

Permalink
fix: path name in test_maup_dict()
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineortega committed Jun 1, 2022
1 parent 179929b commit a6f8f52
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 @@ -8,7 +8,7 @@ def test_muap_dict():
Run unit test on muap_dict function from EMGdecomPy.
"""
# load data
gl_10 = loadmat("../data/raw/gl_10.mat")
gl_10 = loadmat("../data/raw/GL_10.mat")
raw = gl_10["SIG"]

# ptl
Expand Down

0 comments on commit a6f8f52

Please sign in to comment.