fix: broken unit tests

This commit is contained in:
Volodymyr Orlov
2020-09-04 10:10:41 -07:00
parent ecfbaac167
commit 1735ea61df
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -735,7 +735,7 @@ mod tests {
min_samples_leaf: 1,
min_samples_split: 2,
n_trees: 1000,
mtry: Option::None,
m: Option::None,
},
)
.predict(&x);