Strip parent env from simulation environment.

Merged Frederik Rehbach requested to merge feat_simmer_drop_parent_env into develop

babsimHospital leaks memory somewhere. Cursory testing indicates, that simmer "collects" tons of stuff in the parent environment of the result of run(). I think this is unintended and setting the parent environment to emptyenv() seems to help, but this needs more testing!

Merge request reports