Closed
Description
Reported in https://discourse.julialang.org/t/fatal-error-in-type-inference-type-bound-in-0-7-rc2
It looks like what's happening is that the root for numPerScore
in the bagged_tree
function is getting dropped and that array is then freed during the createTrnValStatsForThisIteration
function, but used later.