Skip to content

Commit

Permalink
Remove lines diff for binary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartx-usman committed Sep 29, 2020
1 parent 0532b80 commit 11db27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/retip/retip_apply.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<param name="descr_train" value="descriptors.feather"/>
<param name="model_hdf5" value="model.hdf5"/>
<param name="input_smiles" value="input.tsv"/>
<output name="output1" file="output.tsv" ftype="tabular" lines_diff="2"/>
<output name="output1" file="output.tsv" ftype="tabular"/>
</test>
</tests>
<help><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/retip/retip_descriptors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<tests>
<test expect_num_outputs="1">
<param name="compounds" value="compounds-small.tsv"/>
<output name="output1" file="descriptors.feather" ftype="h5" lines_diff="2"/>
<output name="output1" file="descriptors.feather" ftype="h5"/>
</test>
</tests>
<help><![CDATA[
Expand Down

0 comments on commit 11db27e

Please sign in to comment.