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.
pack -r 'cellpack/examples/recipes/v2/one_sphere.json' -c 'cellpack/cellpack/tests/packing-configs/test_parallel_config.json'
Environment
Any additional information about your environment