mountaindust/Parasitoids

Move Params setup outside of main() so main() can be called directly

Closed this issue · 0 comments

If we move the params = Params() etc. setup outside of main() in Run.py and put it in the if name == "main" block, then we can pass Params objects directly to main to run a simulation.