Hideaki Imamura
Hideaki Imamura
# Feature Request We can open the trial table page in the dashboard by clicking the following tab. On this screen, information on each trial can be viewed in a...
## Motivation Rename the CI name from `Checks` to `Checks and Tests`. ## Description of the changes
### Motivation Currently, our CI is testing all integration modules simultaneously. However, the installation is often difficult due to strict version restrictions, making it difficult to manage. In this Issue,...
### What is an issue? ## Problem I cannot build the document on my MacBook, and my colleagues also cannot. It might be the problem due to the dependencies, but...
### Expected behavior I have been observing an issue for the past few days where the Windows CI randomly fails due to timeout, regardless of whether it's a PR or...
## Motivation This PR aims to reduce the number of `SELECT` statements of `_CachedStorage.get_all_trials`. The current filtering conditions are removing excluded trials in `RDBStorage._get_trials`, but it can be simplified by...