Skip to content

Commit

Permalink
fixed failing sci test
Browse files Browse the repository at this point in the history
  • Loading branch information
emiddell committed Mar 5, 2024
1 parent b1bf5ce commit 82d19f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sigproc_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test_sci():
elements = cedalion.datasets.get_snirf_test_data()
amp = elements[0].data[0]

sci = cedalion.sigproc.quality.sci(amp, 5 * units.s)
sci, sci_mask = cedalion.sigproc.quality.sci(amp, 5 * units.s, 0.7)

0 comments on commit 82d19f9

Please sign in to comment.