Skip to content

Commit

Permalink
docs: get rid of plural 'unit tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
danfke committed May 25, 2022
1 parent 3c28385 commit e358795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def test_initialize_w():
"""
Run unit tests on initialize_w function from EMGdecomPy.
Run unit test on initialize_w function from EMGdecomPy.
"""
x = np.array([[1, 2, 3, 4,], [5, 7, 9, 11], [12, 15, 18, 21]])
assert (emg.decomposition.initialize_w(x) == np.array([4, 11, 21])).all(), "Returned wrong column."
Expand Down

0 comments on commit e358795

Please sign in to comment.