diff options
Diffstat (limited to 'Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py')
-rwxr-xr-x | Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py b/Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py index 652fd3be3..8082b1133 100755 --- a/Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py +++ b/Examples/Modules/ParticleBoundaryScrape/analysis_scrape.py @@ -1,8 +1,9 @@ #!/usr/bin/env python3 -import yt from pathlib import Path +import yt + # This test shoots a beam of electrons at cubic embedded boundary geometry # At time step 40, none of the particles have hit the boundary yet. At time # step 60, all of them should have been absorbed by the boundary. In the |