jaredsmurray / bcf

Bayesian Causal Forests
39 stars 20 forks source link

Bug fix for Predict when the fit run had thinning #6

Closed TychonautVII closed 4 years ago

TychonautVII commented 4 years ago

Hey @jaredsmurray,

We noticed a bug when trying to use predict of a run that was fit with thinning. The thining was "double counted" when the tree output file was saved. It's a simple fix we've included in this PR!

Thanks for your time, and let me know if you have any questions,

Peter

jaredsmurray commented 4 years ago

merged! good catch