Skip to content

Commit

Permalink
Update tedana/tests/test_mapca.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Taylor Salo <tsalo006@fiu.edu>
  • Loading branch information
eurunuela and tsalo authored Mar 21, 2020
1 parent 64a3061 commit c564b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/tests/test_mapca.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def test_autocorr():
"""
Uni test on _autocorr function
Unit test on _autocorr function
"""
test_data = np.array([1, 2, 3, 4])
test_result = np.array([30, 20, 11, 4])
Expand Down

0 comments on commit c564b6f

Please sign in to comment.