Konstantin Ladutenko 6 years ago
parent
commit
25cc679a8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/scattcoeffs.py

+ 1 - 1
examples/scattcoeffs.py

@@ -75,7 +75,7 @@ nmax=105
 an2 = np.zeros((len(size),nmax), dtype = np.complex128)
 bn2 = np.zeros((len(size),nmax), dtype = np.complex128)
 
-for i in range(300):
+for _ in range(300):
     for i in range(len(size)):
         terms1, an2[i,:], bn2[i,:] = example.scattcoeffs(x[i,:], m[i,:], nmax=nmax)