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
if you run a multiple packing config with parallel on, you get error like "AttributeError: 'Environment' object has no attribute 'result_file'" because the env has been cleared out or doesn't quite exist across the different threads.
Expected Behavior
running with parallel=true should work the same as with parallel=false
This may be related to environment attributes not updating when run in parallel. Setting show_grid_plot to False may prevent errors but will need to be tested.
shows that the error occurs in line 2490 of Analysis.py. Commenting this out creates the individual simularium files but not the aggregate one.
Setting "parallel": false in the config file creates the aggregate simularium file. Weirdly enough, the packed sphere has a different color in the last time step for some reason. (Link to simularium file)
Description
if you run a multiple packing config with parallel on, you get error like "AttributeError: 'Environment' object has no attribute 'result_file'" because the env has been cleared out or doesn't quite exist across the different threads.
Expected Behavior
running with parallel=true should work the same as with parallel=false
Reproduction
A minimal example that exhibits the behavior.
Environment
Any additional information about your environment
The text was updated successfully, but these errors were encountered: