summaryrefslogtreecommitdiff
path: root/gi/clda/src/crp_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gi/clda/src/crp_test.cc')
-rw-r--r--gi/clda/src/crp_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/clda/src/crp_test.cc b/gi/clda/src/crp_test.cc
index 750d80a7..ed384f81 100644
--- a/gi/clda/src/crp_test.cc
+++ b/gi/clda/src/crp_test.cc
@@ -79,6 +79,7 @@ TEST_F(CRPTest, Exchangability) {
++hist[c];
tot += c;
}
+ EXPECT_EQ(cust, crp.num_customers());
cerr << "P(a) = " << (xt / samples) << endl;
cerr << "E[num tables] = " << (tot / samples) << endl;
double error = fabs((tot / samples) - 5.4);