diff options
author | 2020-01-15 13:44:19 -0800 | |
---|---|---|
committer | 2020-01-15 13:44:19 -0800 | |
commit | c28470ff55de92d8e02d3de49238d419e125073f (patch) | |
tree | 55ccec8fadfe837f7f90eb09e4fcf438047792d8 /Examples/Modules | |
parent | 491e71a695b9727fa33d4c049f36bf742379925d (diff) | |
download | WarpX-c28470ff55de92d8e02d3de49238d419e125073f.tar.gz WarpX-c28470ff55de92d8e02d3de49238d419e125073f.tar.zst WarpX-c28470ff55de92d8e02d3de49238d419e125073f.zip |
bump tolerance of this test
Diffstat (limited to 'Examples/Modules')
-rwxr-xr-x | Examples/Modules/laser_injection_from_file/analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py index d1ef8a001..7cb560c71 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -16,7 +16,7 @@ import glob import os #Maximum acceptable error for this test -relative_error_threshold = 0.06 +relative_error_threshold = 0.065 #Physical parameters um = 1.e-6 |