Tidy up exceptions.

这个提交包含在:
craig-warren
2020-04-21 09:23:29 +01:00
父节点 6cf9dc766a
当前提交 5f8c7580ce

查看文件

@@ -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):