Skip to content

Commit

Permalink
Ensure 4D data under labels3d_timelapse
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com>
  • Loading branch information
zoccoler and jo-mueller authored Apr 24, 2024
1 parent 78e54c5 commit a8b1fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napari_clusters_plotter/_tests/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def test_plotter_on_labels3d_timelapse(make_napari_viewer):
for t in range(n_timepoints)
]
)
assert len(data_3d_timelapse) == 4
# Create some random features
label_column = np.tile(np.arange(1, n_labels + 1), n_timepoints)
feature1 = np.random.normal(size=n_labels * n_timepoints)
Expand Down

0 comments on commit a8b1fe7

Please sign in to comment.