mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-31 12:10:31 +08:00
Previous attempt to make sim_parms logic clearer had clobbered the override logic when sim_params is passed to the run function. Added a few comments as well as restructuring how the sim_params that are passed to run overrides the default values or not. This also makes the passing of sim_params to run to no longer have the side-effect of overwriting the default sim_params.