<p>In <a href="https://github.com/mlpack/mlpack/pull/694#discussion_r71075605">src/mlpack/tests/imputation_test.cpp</a>:</p>
<pre style='color:#555'>&gt; +#include &lt;mlpack/core/data/imputation_methods/custom_imputation.hpp&gt;
&gt; +#include &lt;mlpack/core/data/imputation_methods/listwise_deletion.hpp&gt;
&gt; +#include &lt;mlpack/core/data/imputation_methods/mean_imputation.hpp&gt;
&gt; +#include &lt;mlpack/core/data/imputation_methods/median_imputation.hpp&gt;
&gt; +
&gt; +#include &lt;boost/test/unit_test.hpp&gt;
&gt; +#include &quot;test_tools.hpp&quot;
&gt; +
&gt; +using namespace mlpack;
&gt; +using namespace mlpack::data;
&gt; +using namespace std;
&gt; +
&gt; +BOOST_AUTO_TEST_SUITE(ImputationTest);
&gt; +
&gt; +/**
&gt; + * Make sure a CSV is loaded correctly.
</pre>
<p>I think this comment may not describe what are the test case doing.<br>
Either remove it, or make it more expressive.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/694/files/e5d591e511ae449eae1523a80346357b93b968d1#r71075605">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFMpw7N-Fdpi1qFPcmeK2IHV8HdU1ks5qWZhrgaJpZM4I07W-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFHRws_oLRO04B3s_nzuKIErRHXzjks5qWZhrgaJpZM4I07W-.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/694/files/e5d591e511ae449eae1523a80346357b93b968d1#r71075605"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>