You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, debugging subprocesses run by kurobako is rather painful.
There can be multiple possible improvements.
We could show that "During study <study setting>, subprocess <id> finished with an error <error_code>" instead of "kurobako received an empty line".
We could capture stderr messages of the subprocesses, and only show that of the failing subprocess. This prevents the important error message from being buried in other logs running in parallel.
The text was updated successfully, but these errors were encountered:
Currently, debugging subprocesses run by kurobako is rather painful.
There can be multiple possible improvements.
The text was updated successfully, but these errors were encountered: