Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"parallel" or "serial" experiments, but the actual results are opposite #70

Closed
cycwll opened this issue Sep 18, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@cycwll
Copy link
Contributor

cycwll commented Sep 18, 2023

When I create a “parallel” experiment, it is actually executed serially. When I create a “serial” experiment, it is actually executed in parallel.
The following screenshot shows that the two experiments in row “1” are actually executed in parallel, while the experiment in row "2" is executed after the experiment in row 1 is completed.
image

@samson-samson samson-samson added the bug Something isn't working label Sep 19, 2023
@KingsonKai
Copy link
Member

fix in v0.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants