你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Added suppression of CompilerWarning for pyopencl
这个提交包含在:
@@ -18,11 +18,16 @@
|
||||
|
||||
import logging
|
||||
import sys
|
||||
import warnings
|
||||
from pathlib import Path
|
||||
|
||||
# Used to suppress CompilerWarning (sub-class of UserWarning) from pyopencl
|
||||
warnings.filterwarnings("ignore", category=UserWarning)
|
||||
|
||||
import cython
|
||||
import numpy as np
|
||||
from colorama import Fore, Style, init
|
||||
|
||||
init()
|
||||
from scipy.constants import c
|
||||
from scipy.constants import epsilon_0 as e0
|
||||
|
在新工单中引用
屏蔽一个用户