File: 0004-help-string-whitespace.patch

package info (click to toggle)
mlpack 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,072 kB
  • sloc: cpp: 131,066; python: 1,032; sh: 180; makefile: 40
file content (26 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: "Barak A. Pearlmutter" <barak+git@pearlmutter.net>
Date: Thu, 15 Nov 2018 01:35:09 +0000
Subject: help string whitespace

---
 src/mlpack/methods/radical/radical_main.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/radical/radical_main.cpp b/src/mlpack/methods/radical/radical_main.cpp
index 129b3d7..de500ad 100644
--- a/src/mlpack/methods/radical/radical_main.cpp
+++ b/src/mlpack/methods/radical/radical_main.cpp
@@ -15,10 +15,10 @@
 #include <mlpack/core/math/random.hpp>
 #include "radical.hpp"
 
-PROGRAM_INFO("RADICAL", "An implementation of RADICAL, a method for independent"
-    "component analysis (ICA).  Assuming that we have an input matrix X, the"
+PROGRAM_INFO("RADICAL", "An implementation of RADICAL, a method for independent "
+    "component analysis (ICA).  Assuming that we have an input matrix X, the "
     "goal is to find a square unmixing matrix W such that Y = W * X and the "
-    "dimensions of Y are independent components.  If the algorithm is running"
+    "dimensions of Y are independent components.  If the algorithm is running "
     "particularly slowly, try reducing the number of replicates."
     "\n\n"
     "The input matrix to perform ICA on should be specified with the " +