你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Removed refs to PML as these are tested separately
这个提交包含在:
@@ -40,14 +40,12 @@ if sys.platform == "linux":
|
|||||||
python -m testing.test_models
|
python -m testing.test_models
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Specify directoty with set of models to test
|
# Specify directory with set of models to test
|
||||||
modelset = "models_basic"
|
modelset = "models_basic"
|
||||||
# modelset += 'models_advanced'
|
# modelset += 'models_advanced'
|
||||||
# modelset += 'models_pmls'
|
|
||||||
|
|
||||||
basepath = Path(__file__).parents[0] / modelset
|
basepath = Path(__file__).parents[0] / modelset
|
||||||
|
|
||||||
|
|
||||||
# List of available basic test models
|
# List of available basic test models
|
||||||
testmodels = [
|
testmodels = [
|
||||||
"hertzian_dipole_fs_analytical",
|
"hertzian_dipole_fs_analytical",
|
||||||
@@ -64,9 +62,6 @@ testmodels = [
|
|||||||
# List of available advanced test models
|
# List of available advanced test models
|
||||||
# testmodels = ['antenna_GSSI_1500_fs', 'antenna_MALA_1200_fs']
|
# testmodels = ['antenna_GSSI_1500_fs', 'antenna_MALA_1200_fs']
|
||||||
|
|
||||||
# List of available PML models
|
|
||||||
# testmodels = ['pml_x0', 'pml_y0', 'pml_z0', 'pml_xmax', 'pml_ymax', 'pml_zmax', 'pml_3D_pec_plate']
|
|
||||||
|
|
||||||
# Select a specific model if desired
|
# Select a specific model if desired
|
||||||
# testmodels = [testmodels[0]]
|
# testmodels = [testmodels[0]]
|
||||||
testresults = dict.fromkeys(testmodels)
|
testresults = dict.fromkeys(testmodels)
|
||||||
|
在新工单中引用
屏蔽一个用户