Skip to content

Commit f71b34c

Browse files
authored
change version (#975)
1 parent 172d1ea commit f71b34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ def test_svm_batch(self):
182182
('decision_forest_classification_hist_batch',
183183
None, lambda r: r[1].prediction, (2021, 'P', 200)),
184184
('decision_forest_regression_default_dense_batch',
185-
'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 400)),
185+
'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 600)),
186186
('decision_forest_regression_hist_batch',
187-
'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 400)),
187+
'decision_forest_regression_batch.csv', lambda r: r[1].prediction, (2021, 'P', 600)),
188188
('decision_tree_classification_batch', 'decision_tree_classification_batch.csv',
189189
lambda r: r[1].prediction),
190190
('decision_tree_regression_batch', 'decision_tree_regression_batch.csv',

0 commit comments

Comments
 (0)