Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasaunai committed Sep 20, 2024
1 parent fdf50e2 commit bb444b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyphare/pyphare/pharesee/hierarchy/hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def plot_2d_patches(self, ilvl, collections, **kwargs):
ij[i0 : i1 + 1, j0 : j1 + 1] = value
if "coords" in collection:
for coords in collection["coords"]:
ij[box] = collection["value"]
ij[coords] = collection["value"]

ax.pcolormesh(ix, iy, ij.T, edgecolors="k", cmap="jet")
ax.set_xticks(ix)
Expand Down
2 changes: 1 addition & 1 deletion tests/simulator/test_advance.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def getHierarchy(
largest_patch_size=20,
cells=120,
time_step=0.001,
model_init={"seed": 2},
model_init={},
dl=0.2,
extra_diag_options={},
time_step_nbr=1,
Expand Down

0 comments on commit bb444b9

Please sign in to comment.