你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Corrected slice notation for OA.
这个提交包含在:
@@ -113,7 +113,7 @@ def construct_OA(optparams):
|
||||
OA[:, col + (jj - 1) * (s - 1) + kk] = np.mod(OA[:, jj] * kk + OA[:, col], s)
|
||||
|
||||
# First row and first columns are unneccessary, only there to match algorithm, and cut down columns to number of parameters to optimise
|
||||
OA = OA[1::, 1::k]
|
||||
OA = OA[1:, 1:k + 1]
|
||||
|
||||
return OA, N, cols, k, s, t
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户