Skip to content

Commit 5121de2

Browse files
author
fournier2
committed
formatting
1 parent 13ca56d commit 5121de2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tst/regression/test_suites/particle_advection_fluxinterp/particle_advection_fluxinterp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,10 @@ def Analyse(self, parameters):
7373
success = True
7474

7575
data_sorted = {}
76-
7776
for dump in ["init.00000", "init.final", "cont.final"]:
7877
data_sorted[dump] = {}
7978
# data = phdf.phdf(f"v0_111_32p3/parthenon.prim.{dump}.phdf")
8079
data = phdf.phdf(f"{parameters.output_path}/parthenon.{dump}.rhdf")
81-
8280
tracers = data.GetSwarm("tracers0")
8381
xs = tracers.x
8482
ys = tracers.y

0 commit comments

Comments
 (0)