We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Travis fails intermittently in C++ tests
in packedForest/test/fpTests/rerfTreeTest.h if mtry is set to 3 I get the error below:
packedForest/test/fpTests/rerfTreeTest.h
mtry
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?
Sorry, something went wrong.
jbrowne6
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: