From 4fdc0c18e780e1ab93a83c81d7bca0df52aa6c2c Mon Sep 17 00:00:00 2001 From: bcjaeger Date: Sat, 27 Apr 2024 11:48:23 -0400 Subject: [PATCH] try not coercing --- R/orsf_R6.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/orsf_R6.R b/R/orsf_R6.R index a0cfadfe..9afd6558 100644 --- a/R/orsf_R6.R +++ b/R/orsf_R6.R @@ -502,8 +502,8 @@ ObliqueForest <- R6::R6Class( if(is_error(out)) stop(out, call. = FALSE) # NaNs may occur with oobag = TRUE and small n_tree - coerce_nans(out, to = NA_real_) - + # coerce_nans(out, to = NA_real_) + out },