From 796658b202d3f744ea491a212b5eba7882d2beb5 Mon Sep 17 00:00:00 2001 From: byron jaeger Date: Fri, 12 Jan 2024 08:54:31 -0500 Subject: [PATCH] spacing --- src/Tree.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tree.cpp b/src/Tree.cpp index d0577695..4a296214 100644 --- a/src/Tree.cpp +++ b/src/Tree.cpp @@ -121,7 +121,6 @@ this->data = data; this->n_cols_total = data->n_cols_x; this->n_rows_total = data->n_rows; - this->seed = seed; this->mtry = mtry; this->sample_with_replacement = sample_with_replacement;