Skip to content

Add enqueue Algorism test. #2482

Add enqueue Algorism test.

Add enqueue Algorism test. #2482

Triggered via push April 4, 2024 01:43
Status Failure
Total duration 32s
Artifacts

actions.yaml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L22
TestNelderMeadAlgorism.test_put_value AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L76
TestNelderMeadAlgorism.test_reflect AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L94
TestNelderMeadAlgorism.test_reflect_to_expand_less_than_r AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L104
TestNelderMeadAlgorism.test_reflect_to_expand_more_than_r AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L141
TestNelderMeadAlgorism.test_reflect_to_inside_contract AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L155
TestNelderMeadAlgorism.test_reflect_to_inside_contract_shrink AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L114
TestNelderMeadAlgorism.test_reflect_to_outside_contract AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L128
TestNelderMeadAlgorism.test_reflect_to_outside_contract_shrink AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L84
TestNelderMeadAlgorism.test_reflect_to_reflect AttributeError: 'NelderMeadAlgorism' object has no attribute 'put_value'
build-and-test (ubuntu-latest, 3.10): tests/unit_tests/test_nelder_mead_sampler.py#L191
TestNelderMeadSampler.test_before_trial AttributeError: <class 'aiaccel.hpo.samplers.nelder_mead_sampler.NelderMeadSampler'> does not have the attribute '_get_params'
build-and-test (ubuntu-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.