Skip to content
Snippets Groups Projects
Commit 547e97fe authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected tpFail into atpFail, because it is about the TP auto correlations.

parent d5b08bf8
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ for bui in beamlets:
if len(atpFail)==0:
tc.append_log(tc.V_INFO_DETAILS, reportStr + 'Auto correlation for TP = %s : polarizations = %s and dishes = %s are OK' % (nonZeroTp, nonZeroPolarizations, nonZeroDishes))
else:
tc.append_log(tc.V_ERRORS, reportStr + 'Auto correlation for TP = %s : polarizations = %s and dishes = %s are wrong' % (atpFail, apr.tp_to_pol_indices(tpFail), apr.tp_to_pol_indices(tpFail)))
tc.append_log(tc.V_ERRORS, reportStr + 'Auto correlation for TP = %s : polarizations = %s and dishes = %s are wrong' % (atpFail, apr.tp_to_pol_indices(atpFail), apr.tp_to_pol_indices(atpFail)))
tc.set_result('FAILED')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment