From 24a037af10d238b301cad73518d8051970d68f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Wed, 3 Jan 2024 17:24:04 +0100 Subject: [PATCH] version increment --- Project.toml | 2 +- recipes/README.md | 2 +- test/scenarii.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9134b00..a62f34a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ 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" diff --git a/recipes/README.md b/recipes/README.md index 99c3b89..79be90e 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -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 diff --git a/test/scenarii.sh b/test/scenarii.sh index 8514262..cfe2784 100755 --- a/test/scenarii.sh +++ b/test/scenarii.sh @@ -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")' -- GitLab