darius comments on Positive Bias Test (C++ program) - Less Wrong

26 Post author: MBlume 19 May 2009 09:32PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (75)

You are viewing a single comment's thread. Show more comments above.

Comment author: darius 20 May 2009 11:10:36PM 0 points [-]

I believe that's because line 23 should be

bool mywrongtests [NUMTESTS+1];

(It's missing the "+1".)