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

402 incorrect flags #32

Merged
merged 6 commits into from
Jun 25, 2024
Merged

402 incorrect flags #32

merged 6 commits into from
Jun 25, 2024

Commits on Jun 13, 2024

  1. Fix flags when value not supplied (missing date)

    * Add fill group for filling
    * Fill group check if there is a missing date too
    * Add period argument to function, to check for missing dates
    AntonZogk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5e1fec View commit details
    Browse the repository at this point in the history
  2. Add not supplied scenario to flags test data

    Add scenario with missing date
    Adjust test function to use period column
    AntonZogk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e5e87de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d4cc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Sort values for conditions

    In order to check if strata, reference difference is not 0 we need to
    sort the values.
    AntonZogk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1c01a32 View commit details
    Browse the repository at this point in the history
  2. Set time_difference to 1, remove as int

    * Fill group works only with diff(1) since we are seperating the values
    by strata and if missing date exists.
    * astype(int) is redundant, when summing True/False same as 1/0
    * Add kwargs and update docstrings
    AntonZogk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    21110e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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