Skip to content
Snippets Groups Projects
Commit a30dd8dc authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Update acoustics.py

parent 408c786c
Branches undefined
No related tags found
No related merge requests found
......@@ -173,9 +173,9 @@ while check:
DUs = []
for du in range(N_DUS):
duabdu = []
duab1 = (du+0.9)*np.ones(L)
duab2 = (du+1)*np.ones(L)
duab3 = (du+1.1)*np.ones(L)
duab1 = (du + 0.9)*np.ones(L)
duab2 = (du + 1)*np.ones(L)
duab3 = (du + 1.1)*np.ones(L)
duabdu.append(duab1)
duabdu.append(duab2)
duabdu.append(duab3)
......
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