Konstantin Ladutenko %!s(int64=6) %!d(string=hai) anos
pai
achega
25cc679a8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)