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

Fix: Figure 2 script #558

Merged
merged 4 commits into from
Dec 16, 2024
Merged

Fix: Figure 2 script #558

merged 4 commits into from
Dec 16, 2024

Conversation

SamuelBrand1
Copy link
Collaborator

This PR fixes the script for creating figure 2 so that it runs with the current inference data structure. Also, I've refactored plotting functions within EpiAwarePipeline where ever I've found myself reusing for figure 2 functions that seems specific to fig 1.

As per #555 I've swapped to using Makie directly.

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="refactor-fig2", 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 looks good to me

@seabbs seabbs enabled auto-merge December 16, 2024 15:50
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.96%. Comparing base (ccbbed3) to head (d601ab6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   90.96%   90.96%           
=======================================
  Files          60       60           
  Lines         863      863           
=======================================
  Hits          785      785           
  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 16, 2024
Merged via the queue into main with commit ae5c564 Dec 16, 2024
11 checks passed
@seabbs seabbs deleted the refactor-fig2 branch December 16, 2024 16:29
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.

3 participants