Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarenStillger committed Jul 2, 2024
1 parent 6e1eb51 commit 8bef62c
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions tools/cardinal/spatial_DGMM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,17 +228,21 @@ change in log-likelihood."/>
<output name="file_info" file="dgmm_test1.pdf" compare="sim_size"/>
<output name="dgmm_summary" file="dgmm_summary1.tabular"/>
<output_collection name="estimates_output" type="list" count="10">
<element name="estimates_r1_k6_mz1135.93347167969" file="estimates_r1_k6_mz1135.93347167969.tabular">
<has_text text="files_"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
<element name="estimates_r1_k6_mz1135.93347167969">
<assert_contents>
<has_text text="files_"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
</assert_contents>
</element>
</output_collection>
<output_collection name="probability_output" type="list" count="10">
<element name="probability_r1_k6_mz1023.70806884766" file="probability_r1_k6_mz1023.70806884766.tabular">
<has_text text="xy_16_1"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
<element name="probability_r1_k6_mz1023.70806884766">
<assert_contents>
<has_text text="xy_16_1"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
</assert_contents>
</element>
</output_collection>
</test>
Expand Down Expand Up @@ -267,17 +271,21 @@ change in log-likelihood."/>
<output name="dgmm_summary" file="dgmm_summary2.tabular"/>
<output name="dgmm_rdata" file="dgmm_test2.RData" compare="sim_size"/>
<output_collection name="estimates_output" type="list" count="10">
<element name="estimates_r2_k10_mz1200.46533203125" file="estimates_r2_k10_mz1200.46533203125.tabular">
<has_text text="circle"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
<element name="estimates_r2_k10_mz1200.46533203125">
<assert_contents>
<has_text text="circle"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
</assert_contents>
</element>
</output_collection>
<output_collection name="probability_output" type="list" count="10">
<element name="probability_r2_k10_mz1135.93347167969" file="probability_r2_k10_mz1135.93347167969.tabular">
<has_text text="xy_9_1"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
<element name="probability_r2_k10_mz1135.93347167969">
<assert_contents>
<has_text text="xy_9_1"/>
<has_text text="3"/>
<has_text_matching expression="0\.\d+"/>
</assert_contents>
</element>
</output_collection>
</test>
Expand Down

0 comments on commit 8bef62c

Please sign in to comment.