From 26655b3adf3d119ebcec8e16dee3bc0fee103a48 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 6 Jul 2023 16:43:29 +0100 Subject: [PATCH] Corrected to specify individual models --- testing/test_models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/test_models.py b/testing/test_models.py index c1e849c6..de48face 100644 --- a/testing/test_models.py +++ b/testing/test_models.py @@ -68,8 +68,7 @@ testmodels = [ # 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[:-1] -# testmodels = [testmodels[6]] +# testmodels = [testmodels[0]] testresults = dict.fromkeys(testmodels) path = "/rxs/rx1/"