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

Recording the serial interval #267

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Recording the serial interval #267

wants to merge 8 commits into from

Conversation

mghosh00
Copy link
Contributor

@mghosh00 mghosh00 commented Jun 20, 2024

Summary

I have added the ability to record serial intervals of all infection events (which can be used to generate a distribution of serial intervals). The output of this is in a file named serial_intervals.csv.

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

Closing issues

Closes #262

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1cc1fb9) to head (dc459d7).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #267   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          110       110           
  Lines         3876      3927   +51     
=========================================
+ Hits          3876      3927   +51     

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

@KCGallagher
Copy link
Contributor

@mghosh00 just following up on this so the repo is up to date for publication - how much of this is actually intended to go onto main? For example I see the (untested) triple sweep work here, which I assume was just a simple debugging test and so will not actually be merged into the main repo. If this is the case, it could be more appropriate to close the PR, and perhaps delete the branch if we do not now need this code.

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.

Keeping track of secondary infections
2 participants