Added
* Automated testing for plots and multiplots.
Changed
* Parallel processing now chains preprocessing, running, and postprocessing into
a single dask task graph via Sim.executeAllFcns(), giving large speed boost
* Sim functions that take in cases default to None (all cases)
* Fixed bug plotting histograms
Removed