diff --git a/testing/test_models.py b/testing/test_models.py index 196617b9..18c0e13d 100644 --- a/testing/test_models.py +++ b/testing/test_models.py @@ -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)