Skip to content

Commit b34f1e3

Browse files
committed
Corrected tests to integrate use_as_input_labels
1 parent 5e25e03 commit b34f1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/napari_activelearning/_tests/test_acquisition.py

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def test_add_multiscale_output_layer(single_scale_type_variant_array,
101101
reference_scale = [1, 1, 1, 1, 1]
102102
contrast_limits = [0, 1]
103103
colormap = "gray"
104+
use_as_input_labels = False
104105
viewer = make_napari_viewer()
105106
add_func = viewer.add_image
106107

@@ -117,6 +118,7 @@ def test_add_multiscale_output_layer(single_scale_type_variant_array,
117118
output_filename,
118119
contrast_limits,
119120
colormap,
121+
use_as_input_labels,
120122
add_func
121123
)
122124

0 commit comments

Comments
 (0)