Removed refs to PML as these are tested separately

这个提交包含在:
Craig Warren
2023-08-31 13:42:20 +01:00
父节点 2d08accca3
当前提交 596dc6e330

查看文件

@@ -40,14 +40,12 @@ if sys.platform == "linux":
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_advanced'
# modelset += 'models_pmls'
basepath = Path(__file__).parents[0] / modelset
# List of available basic test models
testmodels = [
"hertzian_dipole_fs_analytical",
@@ -64,9 +62,6 @@ testmodels = [
# List of available advanced test models
# 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
# testmodels = [testmodels[0]]
testresults = dict.fromkeys(testmodels)