Closed ViralBShah closed 5 years ago
The reason the tests are not passing is because the example.jl
test tries to write to xgb.model
and the *.txt
files in the test
directory. The files had permissions -r--r--r--
. Fixing the permissions made the tests pass.
Seems OK for me now.
I am using the current tagged version of XGBoost.jl (0.3.1) on a mac with Julia 1.1.0 official binaries. The tests do not pass for me.