GitHub user gdfm opened a pull request:

    https://github.com/apache/incubator-samoa/pull/39

    SAMOA-48: Multiple copies of evaluation statistics printed in ensemble 
methods

    This fixes the multiple copies of the output.
    Works fine for VHT.
    For ensembles I ran into something that seems like a race condition.
    Sometimes I get n votes (where n is the ensemble size) for the final 
instance multiple times, sometimes it doesn't even get to n votes (so it does 
not print).
    This behavior is very weird because we are not using threads in local at 
all.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gdfm/incubator-samoa SAMOA-48

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-samoa/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit af25e7d1f464323dcd0e2bb5729dc70e5ad36887
Author: Gianmarco De Francisci Morales <[email protected]>
Date:   2015-10-26T12:20:55Z

    SAMOA-48: Fix for VHT

commit 23169b0605005bf9b0b5f2dacb36a16b6b5b3b5d
Author: Gianmarco De Francisci Morales <[email protected]>
Date:   2015-10-26T13:07:16Z

    SAMOA-48: Fix for ensembles (race condition?)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to