Skip to content

Commit

Permalink
CpGenie: removing precision from root model but adding to merged model
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Feb 27, 2019
1 parent 606ed62 commit 32a3a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CpGenie/merged/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies:
conda:
- python=3.5
- h5py
pip:
- tensorflow
- tensorflow>=1.10.0
- keras==1.2.2
schema:
inputs:
Expand All @@ -65,3 +64,4 @@ test:
expect:
url: https://s3.eu-central-1.amazonaws.com/kipoi-models/predictions/14f9bf4b49e21c7b31e8f6d6b9fc69ed88e25f43/CpGenie/merged/predictions.h5
md5: bb751d2d68b0675d2bc55a435d12c9ed
precision_decimal: 5
1 change: 0 additions & 1 deletion CpGenie/model-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ test:
expect:
url: https://s3.eu-central-1.amazonaws.com/kipoi-models/predictions/14f9bf4b49e21c7b31e8f6d6b9fc69ed88e25f43/CpGenie/{{ model }}/predictions.h5
md5: 3727f6763f5c8cc2f8a40889c84cf123
precision_decimal: 5
{% endif %}

0 comments on commit 32a3a81

Please sign in to comment.