Skip to content

Commit

Permalink
fix: fix file path in test_muap_dict()
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineortega committed Jun 1, 2022
1 parent a57bfe4 commit 179929b
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 179929b

Please sign in to comment.