Skip to content

Commit 49af568

Browse files
committed
More tests
1 parent 0909d57 commit 49af568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openpmd_viewer/openpmd_timeseries/interactive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ def step_bw(b):
527527
elif self.avail_species is None:
528528
display(container_fld)
529529
elif self.avail_fields is None:
530-
display(container_ptcl)
530+
display(container)
531+
display(accord2)
531532
display(container_ptcl)
532533
"""
533534
# When using %matplotlib widget, display the figures at the end

0 commit comments

Comments
 (0)