Skip to content

Commit

Permalink
fixed biotransformer test
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Oct 12, 2023
1 parent fb528c4 commit 9b547e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/biotransformer/biotransformer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
<param name="input_file" value="smiles.csv"/>
<output name="output_file">
<assert_contents>
<has_size value="8600" delta="100"/>
<has_size value="8600" delta="300"/>
<has_n_lines n="225" delta="10"/>
</assert_contents>
</output>
<output name="output_file2">
<assert_contents>
<has_size value="8600" delta="100"/>
<has_size value="8600" delta="300"/>
<has_n_lines n="225" delta="10"/>
</assert_contents>
</output>
<output name="output_file3">
<assert_contents>
<has_size value="7400" delta="100"/>
<has_size value="7400" delta="300"/>
<has_n_lines n="186" delta="10"/>
</assert_contents>
</output>
Expand Down

0 comments on commit 9b547e4

Please sign in to comment.