From e0aba57b58f15ad239aa540e5b4e1cefd932067a Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Wed, 27 Jan 2021 17:06:55 +0100
Subject: [PATCH] [advanced][algorithms] Fix too long short description

Until recently the length of the short description
was not enforced. This has changed and thus these
algorithms would fail to install on the platform.
---
 advanced/algorithms/username/gmm/1.json                   | 2 +-
 advanced/algorithms/username/gmm_projection/1.json        | 2 +-
 advanced/algorithms/username/gmm_projection_string/1.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/advanced/algorithms/username/gmm/1.json b/advanced/algorithms/username/gmm/1.json
index 4402e43..c5456a6 100644
--- a/advanced/algorithms/username/gmm/1.json
+++ b/advanced/algorithms/username/gmm/1.json
@@ -1,5 +1,5 @@
 {
-  "description": "Implements the Universal Background Model (UBM) training ",
+  "description": "Implements the Universal Background Model (UBM) training",
   "language": "python",
   "splittable": false,
   "groups": [
diff --git a/advanced/algorithms/username/gmm_projection/1.json b/advanced/algorithms/username/gmm_projection/1.json
index 8a5e8d7..f22d800 100644
--- a/advanced/algorithms/username/gmm_projection/1.json
+++ b/advanced/algorithms/username/gmm_projection/1.json
@@ -1,5 +1,5 @@
 {
-  "description": "For a given set of feature vectors and a Gaussian Mixture Models (GMM), this algorithm implements the Maximum-a-posteriori (MAP) estimation",
+  "description": "For a given set of feature vectors and a GMM, this algorithm implements the MAP estimation",
   "language": "python",
   "splittable": true,
   "groups": [
diff --git a/advanced/algorithms/username/gmm_projection_string/1.json b/advanced/algorithms/username/gmm_projection_string/1.json
index 7506096..ebcff7d 100644
--- a/advanced/algorithms/username/gmm_projection_string/1.json
+++ b/advanced/algorithms/username/gmm_projection_string/1.json
@@ -1,5 +1,5 @@
 {
-  "description": "For a given set of feature vectors and a Gaussian Mixture Models (GMM), this algorithm implements the Maximum-a-posteriori (MAP) estimation",
+  "description": "For a given set of feature vectors and a GMM, this algorithm implements the MAP estimation",
   "language": "python",
   "splittable": true,
   "groups": [
-- 
GitLab