Skip to content

Commit 2ffa43a

Browse files
committed
Tests/CheckEventDataHelper: Fix invalid /M value for WaveStats
1 parent 123cbd7 commit 2ffa43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/tests/Basic/UTF_SweepFormula_PSX.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ static Function CheckEventDataHelper(WAVE/Z/WAVE dataWref, variable index, varia
16671667
comp = sign(psxEvent[p][%$"Rise Time"])
16681668
CHECK_EQUAL_VAR(Sum(comp), numEvents)
16691669

1670-
WaveStats/M=0/Q psxEvent
1670+
WaveStats/M=1/Q psxEvent
16711671
CHECK_EQUAL_VAR(V_numInfs, 0)
16721672

16731673
INFO("index = %d, V_numNaNs = %d, kernelAmpSign = %d", n0 = index, n1 = V_numNans, n2 = kernelAmpSign)

0 commit comments

Comments
 (0)