aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/PML/analysis_pml_psatd.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Tests/PML/analysis_pml_psatd.py')
-rwxr-xr-xExamples/Tests/PML/analysis_pml_psatd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/Tests/PML/analysis_pml_psatd.py b/Examples/Tests/PML/analysis_pml_psatd.py
index ba9120c8d..c8c1aea6c 100755
--- a/Examples/Tests/PML/analysis_pml_psatd.py
+++ b/Examples/Tests/PML/analysis_pml_psatd.py
@@ -30,5 +30,8 @@ energy_end = energyE + energyB
Reflectivity = energy_end/energy_start
Reflectivity_theory = 1.3806831258153887e-06
+print("Reflectivity: %s" %Reflectivity)
+print("Reflectivity_theory: %s" %Reflectivity_theory)
+
assert( abs(Reflectivity-Reflectivity_theory) < 5./100 * Reflectivity_theory )