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

Issue 549: Extra post-processing steps #551

Merged
merged 15 commits into from
Dec 13, 2024
Merged

Issue 549: Extra post-processing steps #551

merged 15 commits into from
Dec 13, 2024

Conversation

SamuelBrand1
Copy link
Collaborator

This PR closes #549 .

The post-processing steps add here are:

  • Add a small script to combine the truthdata.
  • Refactor the EpiAwarePipeline that does this and add unit test.
  • Combine into a single script that complies with DRY principle.

Copy link
Contributor

Try this Pull Request!

Open Julia and type:

import Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/CDCgov/Rt-without-renewal", rev="post-processing", subdir="EpiAware")
using EpiAware

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.04%. Comparing base (8229711) to head (9b04d43).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #551   +/-   ##
=======================================
  Coverage   91.04%   91.04%           
=======================================
  Files          61       61           
  Lines         871      871           
=======================================
  Hits          793      793           
  Misses         78       78           

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

@seabbs seabbs enabled auto-merge December 13, 2024 11:31
@seabbs seabbs added this pull request to the merge queue Dec 13, 2024
Merged via the queue into main with commit 12a21c6 Dec 13, 2024
11 checks passed
@seabbs seabbs deleted the post-processing branch December 13, 2024 12:13
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.

Add truthdata post process and combine postprocessing for DRY
3 participants