你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
Corrected if statement condition typo in min_sum_diffs function.
这个提交包含在:
@@ -189,7 +189,7 @@ def min_sum_diffs(filename, args):
|
|||||||
outputs += 1
|
outputs += 1
|
||||||
|
|
||||||
# Check in case no outputs where found
|
# Check in case no outputs where found
|
||||||
if outputs = 0:
|
if outputs == 0:
|
||||||
raise GeneralError('No outputs matching {} were found'.format(args['outputs']))
|
raise GeneralError('No outputs matching {} were found'.format(args['outputs']))
|
||||||
|
|
||||||
return diffdB / outputs
|
return diffdB / outputs
|
||||||
|
在新工单中引用
屏蔽一个用户