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 Asia weighted sampling #1150

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Commits on Aug 26, 2024

  1. Fix Asia 1m/2m temporal grouping

    The temporal grouping attribute was changed from 'week' to 'year month'
    inadvertently in "Use population-based weighted sampling for Asia
    builds" (bc3f69e). Revert it back to 'week'.
    victorlin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cca31b4 View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment on division grouping

    This has been superseded by the following comment on country grouping
    with population size weights.
    victorlin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ad963cf View commit details
    Browse the repository at this point in the history
  3. Simplify Asia subsampling scheme names

    The grouping information is not necessary here and became inaccurate
    with the switch to country-based weighted sampling. It is only necessary
    for other regions to distinguish
    `nextstrain_region_grouped_by_country_*` from
    `nextstrain_region_grouped_by_division_*`.
    victorlin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0599b18 View commit details
    Browse the repository at this point in the history
  4. Use population-based weighted sampling for 21L Asia builds

    Follow-up to "Use population-based weighted sampling for Asia builds"
    (bc3f69e) and subsequent fixes. Those were only applied to the open and
    gisaid profiles, inadvertently skipping the gisaid-21L profile.
    victorlin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8a002b4 View commit details
    Browse the repository at this point in the history