Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
oshapoval committed Sep 17, 2024
1 parent dd684a6 commit 5615c12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Examples/Tests/embedded_boundary_removal_depth/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
import tqdm
from openpmd_viewer import OpenPMDTimeSeries

#yt.funcs.mylog.setLevel(0)
sys.path.insert(1, "../../../../warpx/Regression/Checksum/")
import checksumAPI

# Open plotfile specified in command line
filename = sys.argv[1]
test_name = os.path.split(os.getcwd())[1]
checksumAPI.evaluate_checksum(test_name, filename, output_format="openpmd")
print(os.getcwd())

def get_avg_divE(ts, start_avg_iter, end_avg_iter, ar_size):
avg_divE = np.zeros((ar_size, ar_size))
Expand Down

0 comments on commit 5615c12

Please sign in to comment.