Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_gaussiannb fails when distributed on 7 processes #490

Closed
ClaudiaComito opened this issue Feb 19, 2020 · 2 comments · Fixed by #519
Closed

test_gaussiannb fails when distributed on 7 processes #490

ClaudiaComito opened this issue Feb 19, 2020 · 2 comments · Fixed by #519
Assignees
Labels
bug Something isn't working testing Implementation of tests, or test-related issues

Comments

@ClaudiaComito
Copy link
Contributor

ClaudiaComito commented Feb 19, 2020

Description
Testing gets stuck, possibly nodes being left without data (iris test dataset is quite small).

To Reproduce
Steps to reproduce the behavior:

on branch features/340-GaussianNB
mpirun -n 7 python -m unittest

Expected behavior
Tests should not get stuck even if nodes are left without data

@ClaudiaComito ClaudiaComito added bug Something isn't working testing Implementation of tests, or test-related issues labels Feb 19, 2020
@ClaudiaComito ClaudiaComito self-assigned this Feb 19, 2020
@mtar
Copy link
Collaborator

mtar commented Feb 20, 2020

Which branch do you use?

@ClaudiaComito
Copy link
Contributor Author

Which branch do you use?

Sorry, branch is features/340-GaussianNB, I'll add this info in the general description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing Implementation of tests, or test-related issues
Projects
None yet
2 participants