Skip to content

Commit

Permalink
fix(tools): rptools, missing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Nov 22, 2023
1 parent 238167d commit eba00df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/rptools/rpfba.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</data>
</outputs>
<tests>
<test>
<test expect_num_outputs="1">
<!-- test 1: check if identical outputs are produced with R_BIOMASS__3 biomass name ID and BiGG model (iCN718) -->
<param name="pathway" value="rp_001_0001_rpfba_in.xml" />
<param name="model" value="iCN718.xml.gz" />
Expand All @@ -81,7 +81,7 @@
</assert_contents>
</output>
</test>
<test>
<test expect_num_outputs="1">
<!-- test 2: check if identical outputs are produced with R_BIOMASS__3 biomass name ID and BiGG model (iCN718) and sim_type=fba-->
<param name="pathway" value="rp_001_0001_rpfba_in.xml" />
<param name="model" value="iCN718.xml.gz" />
Expand All @@ -99,7 +99,7 @@
</assert_contents>
</output>
</test>
<test>
<test expect_num_outputs="1">
<!-- test 3: check if identical outputs are produced with R_DM_biomass_c biomass name ID and BiGG model (iCN718) and sim_type=pfba-->
<param name="pathway" value="rp_001_0001_rpfba_in.xml" />
<param name="model" value="iCN718.xml.gz" />
Expand Down

0 comments on commit eba00df

Please sign in to comment.