-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Results doesn't have the results of last simulation when running 4 parallelized configurations #195
Comments
Thanks @Stefenon |
Merged
@Stefenon |
Great! It's working properly now, thanks! |
JEJodesty
changed the title
Resulting dataframe doesn't have the results of last simulation when running 4 configurations
Results doesn't have the results of last simulation when running 4 parallelized configurations
Oct 26, 2020
This was referenced Oct 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I had an issue trying to execute cadCAD with multiple configurations. It works properly when running up to 3 configs. However, when the number of configs is increased to 4, the last configuration's result doesn't appear on the resulting dataframe, although the configuration count indicates the right number when executing run().
This is the run.py script:
The config scripts follow the same pattern:
If I change the order they are imported, the last config that was imported is still not on the dataframe.
Has anyone had a similar problem?
The text was updated successfully, but these errors were encountered: