c-bata
5a1d6365cd
Fix mypy errors in Optuna 4.0+
2024-09-11 16:32:38 +09:00
porink0424
46d664ed72
Add a test case
2024-08-09 14:09:48 +09:00
c-bata
640f83ecff
Update type annotations in python_tests
2024-07-23 16:49:37 +09:00
porink0424
e2995712bb
Change remove_associated_artifact format: query param -> body param
2024-06-05 15:26:40 +09:00
porink0424
0de67317c1
Skip artifact-related tests if optuna version < v3.4
2024-06-05 10:58:14 +09:00
porink0424
a6c7bfd437
Add remove_associated_artifacts query param into delete_study api
2024-05-31 15:08:05 +09:00
keisuke-umezawa
1c9dbbb7bc
Replace StudySummary to ForzenStudy
2024-02-18 14:49:27 +09:00
c-bata
a6cfb00c65
Revert "Merge pull request #719 from nabenabe0928/enhance/speedup-get-trials"
...
This reverts commit cc26f0e72f , reversing
changes made to 83b548f932 .
2024-02-09 16:27:38 +09:00
keisuke umezawa
40ad630180
Merge branch 'main' into enhance/speedup-get-trials
2024-02-06 21:41:48 +09:00
keisuke-umezawa
522b6ff836
Fix unit test with optuna master
2024-02-06 20:30:20 +09:00
c-bata
c10d92afcc
Merge pull request #785 from c-bata/fix-moto
...
Add support for `moto==5.0.0`
2024-01-31 09:32:53 +09:00
c-bata
75c33d5fed
Update moto s3 library
2024-01-31 09:26:03 +09:00
keisuke-umezawa
4550b8e268
Fix lint
2024-01-27 14:30:28 +09:00
keisuke-umezawa
8ebcaa25a5
Fix csv downloader and errors
2024-01-27 14:25:34 +09:00
keisuke-umezawa
1497505b4e
Check optuna v3.1.0 to latest
2024-01-24 22:11:20 +09:00
keisuke-umezawa
db15d9b56d
Skip unit test with optuna version
2024-01-24 21:58:07 +09:00
c-bata
06a0d5d3bb
Remove deprecation warnings
2024-01-24 10:06:40 +09:00
nabenabe0928
a2cf3ebd54
Apply formatter
2024-01-19 09:01:15 +01:00
nabenabe0928
d04101fb76
Add some tests
2024-01-19 09:01:15 +01:00
nabenabe0928
a7429318f3
Limit the maximum number of trials to be used for one update
...
More specifically, this PR makes the following changes:
1. Add query param for limit,
2. Update studyDetails only if there is no study with
the specified study_id or the fetched trials has a
positive length,
3. Shorten the waiting interval when there is a leftover
in the server side, and
4. Adapt the flake8 setup to the Optuna repo.
2024-01-19 09:01:15 +01:00
c-bata
042ab9bc90
Fix lint errors
2024-01-16 11:56:15 +09:00
c-bata
29eb29f222
Convert Dashboard's ArtifactNotFound exception to Optuna's one
2024-01-16 11:53:58 +09:00
y0z
944b748ced
Enhance delete artifacts APIs and add tests for them
2024-01-15 18:30:45 +09:00
Naoto Mizuno
bb31e36bed
flake8
2023-12-18 16:15:10 +09:00
Naoto Mizuno
753bc7232b
Merge branch 'main' into test-orthants-mvn-gibbs-sampling
2023-12-18 16:12:52 +09:00
Hiroki Takizawa
f63b5e9ced
fix lint
2023-12-07 18:21:46 +09:00
Hiroki Takizawa and Shuhei Watanabe
a8c451ada2
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 18:15:30 +09:00
Hiroki Takizawa and Shuhei Watanabe
d7ff6f41f4
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 18:15:19 +09:00
Hiroki Takizawa and Shuhei Watanabe
1e5d582572
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 18:15:06 +09:00
Hiroki Takizawa and Shuhei Watanabe
a4fb8fdcdb
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 18:14:55 +09:00
Hiroki Takizawa and Shuhei Watanabe
e1f43e1ce4
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 18:14:24 +09:00
Hiroki Takizawa
18d68ea919
Update test_csv_download.py
2023-12-07 10:58:16 +09:00
Hiroki Takizawa and Shuhei Watanabe
678b15e60c
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 10:31:55 +09:00
Hiroki Takizawa and Shuhei Watanabe
462bc99b33
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 10:31:31 +09:00
Hiroki Takizawa and Shuhei Watanabe
64dc46c0c2
Update python_tests/test_csv_download.py
...
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com >
2023-12-07 10:30:09 +09:00
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
contramundum53 and c-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