Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added counts.csv file to record the number of people in each age group and cell #265

Merged
merged 2 commits into from
May 23, 2024

Conversation

mghosh00
Copy link
Contributor

@mghosh00 mghosh00 commented Apr 17, 2024

Summary

In EpiOS, the pre-processing is slowed down by having to calculate the totals of people in each age group and cell. I have
added the counts.csv file to a simulation to record the number of people in each age group and cell separately from the
demographics.csv file.

Checklist

  • All new functions have docstrings in the correct style

  • I've verified the complete docs build locally without errors

  • I've maintained 100% coverage (please mention any 'no cover' annotations explicitly)

  • I've unit-tested all new methods directly

  • Breaking change (fix or feature that would cause existing functionality to change)

  • I have read the CONTRIBUTING document.

  • My code follows the code style of this project.

  • I have updated the wiki with new parameters/model functionality

… age group in each cell separately to the demographics.csv
@mghosh00 mghosh00 self-assigned this Apr 17, 2024
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dc6d5ba) to head (db9413d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #265   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          110       110           
  Lines         3857      3865    +8     
=========================================
+ Hits          3857      3865    +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@abbie-evans abbie-evans requested a review from KCGallagher April 17, 2024 19:06
Copy link
Contributor

@KCGallagher KCGallagher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work!

@mghosh00 mghosh00 merged commit e8ce085 into main May 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants