Remove assertions which compare the sum of weights between passes.
[pspp] / src / math / trimmed-mean.c
index b985125295f9754d1ffec7c6b751c02e08425516..2d44d0dc08cc3bba114f4ed9004c17eaf9ae6a7f 100644 (file)
@@ -81,8 +81,6 @@ trimmed_mean_calculate (const struct trimmed_mean *tm)
 {
   const struct order_stats *os = (const struct order_stats *) tm;
 
-  assert (os->cc == tm->w);
-
   return
     (
      (os->k[0].cc_p1 - os->k[0].tc) * os->k[0].y_p1