Skip to content

Commit

Permalink
add sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 9, 2023
1 parent eaff9ca commit 81d4585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/napari_cellulus/_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ def tissuenet_sample():
y = y.transpose(0, 3, 1, 2).astype(np.uint8)
return [
(
x[100:105],
x,
{
"name": "Raw",
"metadata": {"axes": ["s", "c", "y", "x"]},
},
"image",
),
(
y[100:105],
y,
{
"name": "Labels",
"metadata": {"axes": ["s", "c", "y", "x"]},
Expand Down
Binary file not shown.

0 comments on commit 81d4585

Please sign in to comment.