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

travis test fails in C++ #283

Open
falkben opened this issue Jun 5, 2019 · 1 comment
Open

travis test fails in C++ #283

falkben opened this issue Jun 5, 2019 · 1 comment
Assignees

Comments

@falkben
Copy link
Contributor

falkben commented Jun 5, 2019

Describe the bug
Travis fails intermittently in C++ tests

To Reproduce
???

test: ./fpTests/RerF/../../../src/forestTypes/basicForests/rerf/../labeledData.h:37: T fp::labeledData<T>::midVal(const fp::labeledData<T>&) [with T = double]: Assertion `dataElement != (dataElement+otherData.dataElement)/2.0' failed. Makefile:87: recipe for target 'test' failed make: *** [test] Aborted (core dumped)

Example of a failure: https://travis-ci.org/neurodata/RerF/jobs/534989545

@jbrowne6 would be awesome if you could take a look at this

@MrAE
Copy link
Collaborator

MrAE commented Jun 12, 2019

Describe the bug

Travis fails intermittently in C++ tests

To Reproduce

in packedForest/test/fpTests/rerfTreeTest.h if mtry is set to 3 I get the error below:

starting tree 1test: ./fpTests/RerF/../../../src/forestTypes/basicForests/rerf/../labeledData.h:37: T fp::labeledData<T>::midVal(const fp::labeledData<T>&) [with T = double]: Assertion `dataElement != (dataElement+otherData.dataElement)/2.0' failed.

Makefile:87: recipe for target 'test' failed

make: *** [test] Aborted (core dumped)

@jbrowne6 have you had a chance to investigate this yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants