你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Corrected extra raise command in an error statement.
这个提交包含在:
@@ -40,7 +40,7 @@ data = f[path + '/' + field]
|
||||
|
||||
# Check that there is more than one A-scan present
|
||||
if data.shape[1] == 1:
|
||||
raise raise CmdInputError('{} contains only a single A-scan.'.format(file))
|
||||
raise CmdInputError('{} contains only a single A-scan.'.format(file))
|
||||
|
||||
# Plot B-scan image
|
||||
fig = plt.figure(num=file, figsize=(20, 10), facecolor='w', edgecolor='w')
|
||||
|
在新工单中引用
屏蔽一个用户