Skip to content

Commit 6dc2e41

Browse files
authored
Mark additional test as broken
1 parent 5bc392f commit 6dc2e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/extensions/lattice_simulation_plotting.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ let
7373
for sol in [osol, jsol]
7474
# Plots the simulation and checks that a stored value is correct.
7575
fig, ax, hm = lattice_plot(sol, :X, lrs; t = 1.0)
76+
@test_broken hm[3].val[1] sol.u[end][1]
7677

7778
# Attempts to animate the simulation (using various arguments). Deletes the saved file.
7879
lattice_animation(sol, :X, lrs, "animation_tmp.mp4"; nframes = 10, framerate = 10, colormap = :BuGn_6)

0 commit comments

Comments
 (0)