Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@humpty.(none)>2010-09-17 21:58:44 +0400
committerJohn Langford <jl@humpty.(none)>2010-09-17 21:58:44 +0400
commit49827316d3c13cacadf290bb50038b39f69bfe86 (patch)
treee015b12904bcf1094e3e6c972919806aefe17950 /noop.cc
parentf8f15007ef9363827c3399b044324530b6b77a01 (diff)
solved slow finishing bug
Diffstat (limited to 'noop.cc')
-rw-r--r--noop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/noop.cc b/noop.cc
index 41236843..213276d5 100644
--- a/noop.cc
+++ b/noop.cc
@@ -8,7 +8,7 @@ void start_noop()
{
example* ec = NULL;
- while ( examples_to_finish()){
+ while ( !parser_done()){
ec = get_example(0);
if (ec != NULL)
finish_example(ec);