Skip to content

Commit

Permalink
Merge pull request #37 from wwu-mmll/develop
Browse files Browse the repository at this point in the history
further decrease of test_architecture complexity
  • Loading branch information
ksarink authored Mar 5, 2021
2 parents dd8501e + 4cf96e7 commit bc337ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_tests/test_architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUpClass(cls) -> None:
cls.classification = 'classification'

if cls.test_multiple_hyperpipes:
optimizer_list = ['random_grid_search', 'sk_opt']
optimizer_list = ['random_grid_search']
eval_final_performance_list = [True, False]
inner_cv_list = [KFold(n_splits=3, shuffle=True), ShuffleSplit(n_splits=1, test_size=.2)]
outer_cv_list = [None, KFold(n_splits=3, shuffle=True), ShuffleSplit(n_splits=1, test_size=.25)]
Expand Down

0 comments on commit bc337ac

Please sign in to comment.