k-means dialog - number of clusters gtkentry field not visible
[pspp] / src / math / percentiles.c
index 2063dd2c6549a2fe3c5cc06039a4986d0a1f86c8..9055279b5afa1db5f54db6a0cb062eaf734d78bf 100644 (file)
@@ -48,8 +48,6 @@ percentile_calculate (const struct percentile *ptl, enum pc_alg alg)
   struct percentile *mutable = CONST_CAST (struct percentile *, ptl);
   const struct order_stats *os = &ptl->parent;
 
-  assert (os->cc == ptl->w);
-
   if ( ptl->g1 == SYSMIS)
     mutable->g1 = (os->k[0].tc - os->k[0].cc) / os->k[0].c_p1;