You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of MSQ_EvaluateBaselineProperties as it is not executed
MSQ_FastRheoEst: newDAScaleValue = DAScale[i] + stepSize[i] is never executed
SC_SpikeControl: The true path here is never hit
00000020|00000000|00000020| if(SC_SkipsExhausted(minTrials, s.params))
________|________|________| // if the minimum trials value has already reached the maximum
________|________|________| // allowed trials, we are done and the set has not passed
DC_CalculateChannelColumnNo with random acquisition, 3601294 (DAP_CheckProc_RandomRA: Fix random acquisition checkbox, 2023-05-22) was supposed to fix that but somehow didn't
855|________|________|________| // non present required parameters are an error
856|________|________|________| errorMessages[index++] = name + ": is required but missing"
857|________|________|________| continue
Latest coverage data: https://byte-physics.de/public-downloads/aistorage/transfer/report/coverage
Using UTF code coverage feature it was revealed that the following code paths are never executed:
yoked || setNr < numSets - 1
is never trueif(IsDeviceActiveWithBGTask(panelTitle, TASKNAME_FIFOMON))
andif(!RA_IsFirstSweep(panelTitle))
are never true.newDAScaleValue = DAScale[i] + stepSize[i]
is never executedHW_DisableYoking/HW_EnableYokingGetKeyState
so that DQ_STOP_REASON_ESCAPE_KEY can be tested as well.dataAcqOrTP == TEST_PULSE_MODE
? -> Change to assert, DC_GenerateStimsetFingerprint: Drop dataAcqOrTP argument #1409The text was updated successfully, but these errors were encountered: