Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 6, 2024
1 parent 67a55cc commit 3de3f1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/images/test_labeled_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ def test_read_points_in_single_channel_image_without_label_map_without_downsampl
]
expected_image = np.array(
[[[0, 3, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 1, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 2, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]]
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 1, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 2, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]]
)
labeled_server = LabeledImageServer(sample_metadata, features, multichannel=False)

Expand Down

0 comments on commit 3de3f1c

Please sign in to comment.