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

Removed unused db declarations.

parent 9f7b0b42
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,6 @@ Q_interleave = 2 ...@@ -76,8 +76,6 @@ Q_interleave = 2
M_blk = N_blk / Q_interleave # = 88 M_blk = N_blk / Q_interleave # = 88
N_int_x = 800000 N_int_x = 800000
c_dbSize = 256
wsrtTelescopes = ['2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd'] 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) ...@@ -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 # Create fdp object per FN to be able to write them differently
fdp = [] fdp = []
db = []
for fn in tc.nodeFnNrs: for fn in tc.nodeFnNrs:
# REG_DP_FORCE_DATA_PARALLEL # REG_DP_FORCE_DATA_PARALLEL
fdp.append(pi_dp_force_data_parallel.PiDpForceDataParallel(tc, io, nodeNr=fn, piInstanceName='', nofInst=P_BF)) fdp.append(pi_dp_force_data_parallel.PiDpForceDataParallel(tc, io, nodeNr=fn, piInstanceName='', nofInst=P_BF))
......
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