From 6b75b651f9fc7f8e6084c7911b25d624bdc84773 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Sat, 4 Apr 2020 19:16:20 +0200 Subject: [PATCH] [conda] Fix test after renaming of "test" command --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9dff4279..753656b2 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -57,7 +57,7 @@ test: - bob binseg config copy --help - bob binseg config copy drive /tmp/test.py - bob binseg train --help - - bob binseg test --help + - bob binseg evaluate --help - bob binseg predict --help - bob binseg compare --help - bob binseg evalpred --help -- GitLab