你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Re-added numpy raise divide catch.
这个提交包含在:
@@ -17,6 +17,7 @@
|
|||||||
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
np.seterr(divide='raise')
|
||||||
|
|
||||||
from gprMax.constants import floattype, complextype
|
from gprMax.constants import floattype, complextype
|
||||||
from gprMax.utilities import round_value
|
from gprMax.utilities import round_value
|
||||||
|
在新工单中引用
屏蔽一个用户