Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
npinter committed Apr 22, 2024
1 parent 9f024f7 commit 0628d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tools/qupath_roi_splitter/qupath_roi_splitter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<collection name="output_txts" type="list" label="${tool.name} on ${on_string}: ROI data">
<discover_datasets pattern="__name_and_ext__" directory="out" visible="false" format="txt"/>
</collection>
<data name="output_img" format="png" label="${tool.name} on ${on_string}: Image of ROIs" />
<collection name="output_imgs" type="list" label="${tool.name} on ${on_string}: Images of ROIs">
<discover_datasets pattern="__name_and_ext__" directory="out" visible="false" format="png"/>
</collection>
</outputs>
<tests>
<test>
Expand All @@ -58,7 +60,10 @@
</assert_contents>
</element>
</output_collection>
<output name="output_img" value="F-5_Stroma.png" ftype="png" />
<output_collection name="output_imgs" type="list" count="2">
<element name="F-5_Stroma.png" />
<element name="F-5_Tumor.png" />
</output_collection>
</test>
</tests>
<help><![CDATA[
Expand Down
Binary file added tools/qupath_roi_splitter/test-data/E-5_Tumor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0628d73

Please sign in to comment.