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

data: fix Japan vaccinaion aggregation method (1st, 2nd vaccinated) #1381

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

lisphilar
Copy link
Owner

Related issues

#1373

What was changed

Japan vaccination data: fixed aggregation method.
The primary source provides

  • $[V_{1st}(t) - V_{1st}(t-1)]$, $[V_{1st}(t+1) - V_{1st}(t)]$,...
  • $[V_{2nd}(t) - V_{2nd}(t-1)]$, $[V_{2nd}(t+1) - V_{2nd}(t)]$,...
  • $V_{3rd}(t)$, $V_{3rd}(t+1)$,...

The current files of this repository provided the followings mistakenly:

  • $[V_{1st}(t) - V_{1st}(t-1)]$, $[V_{1st}(t+1) - V_{1st}(t)]$,...
  • $[V_{2nd}(t) - V_{2nd}(t-1)]$, $[V_{2nd}(t+1) - V_{2nd}(t)]$,...
  • $V_{3rd}(t)$, $V_{3rd}(t+1)$,...

After merging this pull request,

  • $V_{1st}(t)$, $V_{1st}(t+1)$,...
  • $V_{2nd}(t)$, $V_{2nd}(t+1)$,...
  • $V_{3rd}(t)$, $V_{3rd}(t+1)$,...

@lisphilar lisphilar added the bug Something isn't working label Mar 5, 2023
@lisphilar lisphilar added this to the Release v3.0.0 milestone Mar 5, 2023
@lisphilar lisphilar merged commit c7431cd into main Mar 5, 2023
@delete-merged-branch delete-merged-branch bot deleted the issue1373 branch March 5, 2023 16:14
@lisphilar lisphilar mentioned this pull request Mar 5, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant