Skip to content

Commit

Permalink
Fix another predict!
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 7, 2023
1 parent adfacca commit c76e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/EvoTreesCUDAExt/fit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function EvoTrees.grow_evotree!(evotree::EvoTree{L,K}, cache, params::EvoTrees.E
cache.monotone_constraints,
)
push!(evotree.trees, tree)
predict!(cache.pred, tree, cache.x_bin, cache.feattypes_gpu)
EvoTrees.predict!(cache.pred, tree, cache.x_bin, cache.feattypes_gpu)

Check warning on line 30 in ext/EvoTreesCUDAExt/fit.jl

View check run for this annotation

Codecov / codecov/patch

ext/EvoTreesCUDAExt/fit.jl#L30

Added line #L30 was not covered by tests
cache[:info][:nrounds] += 1
return nothing
end
Expand Down

0 comments on commit c76e1e3

Please sign in to comment.