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

Add tests for all non-census sources #1899

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    025b0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba32746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a3614c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5579305 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16c8042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbd78c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72feee2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebee416 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eec4db2 View commit details
    Browse the repository at this point in the history
  10. Update tests for new multi-CSV but (#1848)

    Lucas updated the CDC life expectancy data to handle a bug where two
    states are missing from the US Overall download. Since virtually none of
    our other ETL classes download multiple CSVs directly like this, it
    required a pretty invasive new mocking strategy.
    mattbowen-usds committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a61ed6e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    28b4d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc957aa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    eea77c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f455a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecdd761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    922a3ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73036b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    68c83b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463ec06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665d136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ac68d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    875bff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ad7a7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c74f68d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d41acd View commit details
    Browse the repository at this point in the history
  9. Fix percentage inversion, update tests (#1848)

    Looking through the transformations, I noticed that we were subtracting
    a percentage that is usually between 0-100 from 1 instead of 100, and so
    were endind up with some surprising results. Confirmed with lucasmbrown-usds
    mattbowen-usds committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b55e667 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    f36ea7c View commit details
    Browse the repository at this point in the history