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 541: Changelog for prior changes and fix the data ingestion step #548

Merged
merged 12 commits into from
Dec 12, 2024

Conversation

SamuelBrand1
Copy link
Collaborator

As per title, this PR closes #541 .

Extra addition is that the data ingestion script also creates a table of failed inferences 54 / 1440 failed; this follows the table approach in the supporting information quarto nb and should be added to the SI nb (new issue though IMO).

@SamuelBrand1 SamuelBrand1 requested a review from seabbs December 12, 2024 11:39
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="latest-analysis2", subdir="EpiAware")
using EpiAware

Copy link
Collaborator

@seabbs seabbs left a comment

Choose a reason for hiding this comment

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

Nice. LGTM

@seabbs seabbs enabled auto-merge December 12, 2024 11:41
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.04%. Comparing base (173d96e) to head (c36add2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #548   +/-   ##
=======================================
  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 added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit 8229711 Dec 12, 2024
10 checks passed
@seabbs seabbs deleted the latest-analysis2 branch December 12, 2024 12:46
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.

Record changes in priors and fix post-process
3 participants