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 the truthdata output to be missing or Int #429

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

SamuelBrand1
Copy link
Collaborator

@SamuelBrand1 SamuelBrand1 commented Aug 16, 2024

Fixes #428 and closes #428

@SamuelBrand1 SamuelBrand1 requested a review from seabbs August 16, 2024 13:18
@seabbs seabbs enabled auto-merge August 16, 2024 13:19
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="fix-truthdata-ouput", subdir="EpiAware")
using EpiAware

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.67%. Comparing base (46344f2) to head (ac21878).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #429   +/-   ##
=======================================
  Coverage   88.67%   88.67%           
=======================================
  Files          56       56           
  Lines         715      715           
=======================================
  Hits          634      634           
  Misses         81       81           

☔ 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 Aug 16, 2024
Merged via the queue into main with commit aca23b1 Aug 16, 2024
11 checks passed
@seabbs seabbs deleted the fix-truthdata-ouput branch August 16, 2024 13:56
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.

Bug: case output of truthdata in pipeline is now Vector{Union{Missing,Float64}}
3 participants