diff options
Diffstat (limited to 'Examples/Tests/ElectrostaticSphereEB/analysis.py')
-rwxr-xr-x | Examples/Tests/ElectrostaticSphereEB/analysis.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/Tests/ElectrostaticSphereEB/analysis.py b/Examples/Tests/ElectrostaticSphereEB/analysis.py index 79a414237..3cd17aa97 100755 --- a/Examples/Tests/ElectrostaticSphereEB/analysis.py +++ b/Examples/Tests/ElectrostaticSphereEB/analysis.py @@ -5,6 +5,7 @@ # tests are otherwise the same. import sys + sys.path.append('../../../../warpx/Regression/Checksum/') import checksumAPI |