A script to compare Quebec data across a time period with averages across simulations, with some modifications to extract required statistics from the simulator.
Type of change
[X] New feature (non-breaking change which adds functionality)
[X] This change requires a documentation update, but documentation has been added
How Has This Been Tested?
The script has been ran numerous times already and has been used to generate plots for manuscripts.
[x] python3.8 compare_real_and_sim.py
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
The simulator functionality is not affected, so I think the points below do not apply.
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
Description
A script to compare Quebec data across a time period with averages across simulations, with some modifications to extract required statistics from the simulator.
Type of change
How Has This Been Tested?
The script has been ran numerous times already and has been used to generate plots for manuscripts.
python3.8 compare_real_and_sim.py
Checklist: