diff --git a/applications/apertif/commissioning/tests/force_bf_transpose.py b/applications/apertif/commissioning/tests/force_bf_transpose.py index de788fbc947f958ff9efce258e09615b08f62634..e9bd76006dbacd398690b873c5b3652ff490849c 100644 --- a/applications/apertif/commissioning/tests/force_bf_transpose.py +++ b/applications/apertif/commissioning/tests/force_bf_transpose.py @@ -76,8 +76,6 @@ Q_interleave = 2 M_blk = N_blk / Q_interleave # = 88 N_int_x = 800000 -c_dbSize = 256 - wsrtTelescopes = ['2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd'] @@ -118,7 +116,6 @@ sw = pi_dp_switch.PiDpSwitch(tc, io, nof_inst=1) # Create fdp object per FN to be able to write them differently fdp = [] -db = [] for fn in tc.nodeFnNrs: # REG_DP_FORCE_DATA_PARALLEL fdp.append(pi_dp_force_data_parallel.PiDpForceDataParallel(tc, io, nodeNr=fn, piInstanceName='', nofInst=P_BF))