Commit Graph
166 Commits
Author SHA1 Message Date
Hiroki Takizawa 8eac8fc6f3 add tests 2023-12-06 16:36:00 +09:00
Hiroki Takizawa 26d29f3c02 fix mypy 2023-12-06 15:54:40 +09:00
Hiroki Takizawa c73abacef3 Add files via upload 2023-12-06 15:35:35 +09:00
c-bata 480c618b08 Merge pull request #715 from contramundum53/test-upload
Add test on `upload_artifact` API
2023-12-04 16:28:16 +09:00
Contramundum 9e314a96dd format 2023-12-04 16:12:29 +09:00
Contramundum b200caaa10 Merge branch 'test-upload' of github.com:contramundum53/optuna-dashboard into test-upload 2023-12-04 16:11:05 +09:00
Contramundum 5bbb11cf46 code fix 2023-12-04 16:10:55 +09:00
contramundum53andc-bata 1f29783877 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-30 16:46:08 +09:00
c-bata 9eeda40a02 Merge pull request #703 from adjeiv/save_sys_attrs
Ensure trial notes are transferred when renamed
2023-11-30 09:55:05 +09:00
Contramundum 60888843db Add test on upload_artifact 2023-11-29 17:22:14 +09:00
Victoria A d52939bd8a Transfer to copy, and remove delete API fns 2023-11-28 13:57:15 +00:00
Naoto Mizuno d31ab9a68d Add tests for proxy_trial_artifact 2023-11-28 15:32:21 +09:00
c-bata ed5d91bf04 Merge pull request #712 from eukaryo/addtest_proxt_study_artifact
Add tests for `proxy_study_artifact`
2023-11-27 18:37:35 +09:00
c-bata 9efd7bf543 Merge pull request #707 from nabenabe0928/test/add-tests-for-save-trial-note
Add tests for save_trial_note
2023-11-27 17:30:21 +09:00
Hiroki Takizawa ff210f50d6 Update test_backend.py 2023-11-27 16:30:28 +09:00
Hiroki Takizawaandc-bata e3cad622f7 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:17 +09:00
Hiroki Takizawaandc-bata c89aac71d6 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:08 +09:00
Hiroki Takizawaandc-bata 4b439a6997 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:00 +09:00
nabenabe0928 09c95197d8 Make test_save_trial_note_overwrite more robust 2023-11-27 07:41:37 +01:00
nabenabe0928 616832c98b Apply black to test_api 2023-11-27 07:35:12 +01:00
nabenabe0928 ca98208cca Replace assertEqual with == because we use pytest as a runner 2023-11-27 07:33:38 +01:00
nabenabe0928 6838dd27da Rename util method in test_save_trial_note 2023-11-27 07:31:50 +01:00
nabenabe0928 f29a6e9c0c Address the comments by c-bata 2023-11-27 07:30:37 +01:00
Hiroki Takizawa ba23617127 Update test_backend.py 2023-11-27 14:57:01 +09:00
c-bata 1759389090 Merge pull request #706 from toshihikoyanase/support-numpy-scalar-in-user-attrs
Support `numpy` scalars in `Trial.user_attrs`
2023-11-27 14:28:13 +09:00
keisuke umezawa f3fda8f720 Merge pull request #674 from gen740/add_upload_study_artifact_api
Add upload study artifact api
2023-11-23 18:26:56 +09:00
nabenabe0928 685e284613 Apply mypy 2023-11-22 06:54:55 +01:00
nabenabe0928 dcbd7a3c98 Apply formatter 2023-11-22 06:52:06 +01:00
nabenabe0928 f0f876596a Apply flake8 2023-11-22 06:47:33 +01:00
nabenabe0928 f2f5e36657 Add tests for save_trial_note 2023-11-22 06:40:15 +01:00
Toshihiko Yanase 0aec86dbb1 Fix expected values. 2023-11-22 13:30:02 +09:00
Toshihiko Yanase ecf5ab80f7 Support numpy scalars in Trial.user_attrs 2023-11-22 11:48:22 +09:00
Victoria A 319448a7c1 Tests, formatting 2023-11-18 10:57:39 +00:00
Toshihiko Yanase c1c6adc3a6 Remove unnecessary empty lines. 2023-11-17 18:03:23 +09:00
Toshihiko Yanase bcf8728325 Add tests for save_trial_user_attrs 2023-11-17 17:55:05 +09:00
HideakiImamura 6d0fef3ff2 Use subtest 2023-11-17 16:42:39 +09:00
HideakiImamura 0b087b17d0 Add unittests for tell_trial 2023-11-17 14:22:13 +09:00
Victoria A 2965e69508 Retain trial notes 2023-11-12 10:49:51 +00:00
gen740 dd916938df Merge branch 'main' into add_upload_study_artifact_api 2023-11-10 13:05:36 +09:00
gen740 896ed8d7a0 Merge branch 'main' into add_upload_study_artifact_api 2023-10-20 18:28:42 +09:00
gen740 c0dbb29cc9 Add delete study artifact api 2023-10-20 18:04:29 +09:00
Naoto Mizuno 82cc858a79 Fix test for Python 3.7 2023-10-13 11:08:51 +09:00
Naoto Mizuno 4078dd11d1 Merge branch 'optuna:main' into test-one-side-trunc-norm-sampling 2023-10-12 17:36:31 +09:00
Naoto Mizuno 7c92b4a731 Add test for _one_side_trunc_norm_sampling 2023-10-12 17:11:08 +09:00
Naoto Mizuno 07d2bf7946 Skip test with Python 3.7 2023-10-06 17:54:49 +09:00
c-bata 0eae639fb3 Merge branch 'main' into support-optuna-study-artifacts 2023-09-27 09:06:44 +09:00
Naoto Mizuno 1c4037ffce Skip test for Python 3.7 2023-09-22 16:34:20 +09:00
Naoto Mizuno 0903eb54ee Add tests for samplers of preferential optimization 2023-09-22 13:57:11 +09:00
moririn2528 388908500c fix test 2023-09-19 10:36:50 +09:00
moririn2528 3d1e7f1df8 fix by review 2023-09-15 18:06:53 +09:00