Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ensmallen (1.14.2-1) unstable; urgency=medium
 .
   * Initial debian release (closes: 928293)
Author: Barak A. Pearlmutter <bap@debian.org>
Bug-Debian: https://bugs.debian.org/928293

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-05-01

--- ensmallen-1.14.2.orig/tests/momentum_sgd_test.cpp
+++ ensmallen-1.14.2/tests/momentum_sgd_test.cpp
@@ -34,7 +34,7 @@ TEST_CASE("MomentumSGDSpeedUpTestFunctio
   SGDTestFunction f1;
   StandardSGD s1(0.0003, 1, 2500000, 1e-9, true);
 
-  arma::mat coordinates1 = f.GetInitialPoint();
+  arma::mat coordinates1 = f1.GetInitialPoint();
   double result1 = s1.Optimize(f1, coordinates1);
 
   // Result doesn't converge in 2500000 iterations.
