Skip to content

Commit

Permalink
replace quantum with uniform in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 22, 2024
1 parent d346852 commit d74eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_templates():
x, y = talos.templates.datasets.cervical_cancer()
x, y = talos.templates.datasets.titanic()

talos.templates.pipelines.breast_cancer(random_method='quantum')
talos.templates.pipelines.breast_cancer(random_method='uniform_mersenne')
talos.templates.pipelines.cervical_cancer(random_method='sobol')
talos.templates.pipelines.iris(random_method='uniform_crypto')
talos.templates.pipelines.titanic(random_method='korobov_matrix')
Expand Down

0 comments on commit d74eb16

Please sign in to comment.