你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Tidy up exceptions.
这个提交包含在:
@@ -176,9 +176,7 @@ class PrecursorNodesBase:
|
||||
try:
|
||||
val = c1 * getattr(self, f + '_0') + c2 * getattr(self, f + '_1')
|
||||
except ValueError:
|
||||
print(self.ex_front_0.shape)
|
||||
print(self.ex_front_1.shape)
|
||||
raise Exception(f)
|
||||
raise
|
||||
setattr(self, f, val)
|
||||
|
||||
def calc_exact_field(self, field_names):
|
||||
|
在新工单中引用
屏蔽一个用户