Konstantin Ladutenko 6 年之前
父节点
当前提交
25cc679a8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)