你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Remove raise statement from logger warning
这个提交包含在:
@@ -85,7 +85,7 @@ class VtkUnstructuredGrid(VtkHdfFile):
|
|||||||
raise ValueError("Connectivity array is shorter than final cell_offsets value")
|
raise ValueError("Connectivity array is shorter than final cell_offsets value")
|
||||||
|
|
||||||
elif len(connectivity) > cell_offsets[-1]:
|
elif len(connectivity) > cell_offsets[-1]:
|
||||||
raise logger.warning(
|
logger.warning(
|
||||||
"Connectivity array longer than final cell_offsets value."
|
"Connectivity array longer than final cell_offsets value."
|
||||||
" Some connectivity data will be ignored"
|
" Some connectivity data will be ignored"
|
||||||
)
|
)
|
||||||
|
在新工单中引用
屏蔽一个用户