Skip to content

Commit

Permalink
Fix file sizes on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Sep 29, 2023
1 parent 1a877d6 commit a7ed98c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flowtools/flowai/FCSflowAI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<has_text text="data:image/png;base64"/>
<has_text text="Dynamic range check"/>
<has_text text="total_UNIQUE"/>
<has_size value="267939" delta="30000"/>
<has_size value="320266" delta="30000"/>
</assert_contents>
</output>
<output name="highfcs" file="std/hqdata.fcs" compare="sim_size"/>
Expand All @@ -99,7 +99,7 @@
<has_text text="data:image/png;base64"/>
<has_text text="Dynamic range check"/>
<has_text text="total_UNIQUE"/>
<has_size value="267939" delta="30000"/>
<has_size value="320266" delta="30000"/>
</assert_contents>
</output>
<output name="highfcs" file="std/hqdata.fcs" compare="sim_size"/>
Expand All @@ -122,7 +122,7 @@
<has_n_lines min="100" max="500"/>
<has_text text="data:image/png;base64"/>
<has_text text="Dynamic range check"/>
<has_size value="268106" delta="30000"/>
<has_size value="320433" delta="30000"/>
</assert_contents>
</output>
<output name="highfcs" file="nooutliers/hqdata_nooutliers.fcs" compare="sim_size"/>
Expand All @@ -144,7 +144,7 @@
<has_text text="data:image/png;base64"/>
<has_text text="Dynamic range check"/>
<has_text text="total_UNIQUE"/>
<has_size value="267894" delta="30000"/>
<has_size value="320220" delta="30000"/>
</assert_contents>
</output>
<output name="highfcs" file="withsfsc/hqdata_sfsc.fcs" compare="sim_size"/>
Expand Down

0 comments on commit a7ed98c

Please sign in to comment.