Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Jan 12, 2024
1 parent 63cc203 commit 796658b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 796658b

Please sign in to comment.