Skip to content
Snippets Groups Projects
Commit 24a037af authored by François  LAURENT's avatar François LAURENT
Browse files

version increment

parent ab9e7cea
No related branches found
No related tags found
1 merge request!15Set of commits to be tagged v0.17
Pipeline #119837 passed
name = "LarvaTagger"
uuid = "8b3b36f1-dfed-446e-8561-ea19fe966a4d"
authors = ["François Laurent", "Institut Pasteur"]
version = "0.16.5"
version = "0.17"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
......
......@@ -171,7 +171,7 @@ docker pull flaur/larvatagger
```
Beware that images that ship with backends are relatively large files (>5GB on disk).
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.16.2-standalone` image instead.
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.17-standalone` image instead.
### Upgrading
......
......@@ -117,7 +117,6 @@ testPredictDefault() {
# compare
filename=predicted.label
predictions="$tmpdir/$filename"
#cp $predictions ~/Projects/LarvaTagger/LarvaTagger/
expected_labels="$datapath/$tagger/$filename"
assertFalse "\`predict\` failed to generate file $filename" '[ -z "$predictions" ]'
assertTrue "\`predict\` failed to reproduce file $filename" '$(cmp "$expected_labels" "$predictions")'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment