<p>In <a href="https://github.com/mlpack/mlpack/pull/457#discussion_r40664112">src/mlpack/tests/softmax_regression_test.cpp</a>:</p>
<pre style='color:#555'>&gt; @@ -249,7 +249,7 @@ BOOST_AUTO_TEST_CASE(SoftmaxRegressionFitIntercept)
&gt;      data.col(i) = g1.Random();
&gt;      responses[i] = 0;
&gt;    }
&gt; -  for (size_t i = 501; i &lt; 1000; ++i)
&gt; +  for (size_t i = 500; i &lt; 1000; ++i)
</pre>
<p>Nice catch!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/pull/457/files#r40664112">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFAPSGJe3yN45wmf5x5j0RDp5e18Jks5o2np9gaJpZM4GFbCy.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/457/files#r40664112"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>