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

22 cumulative imputation links are incorrect for fic #29

Merged
merged 21 commits into from
Jun 28, 2024

Commits on Jun 10, 2024

  1. fix: check for imputation marker change

    The imputation_group column should look at imputation_marker for changes instead of missing_value
    AntonZogk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    157d102 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    047cbec View commit details
    Browse the repository at this point in the history
  2. Adjust test data and tests to use imputation marker

    To fix a bug with cummulative links we are using imputation marker
    Add a new column with imputation marker to test data
    Adapt tests accordingly
    AntonZogk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a2a152c View commit details
    Browse the repository at this point in the history
  3. Fix marker strings

    The markers in the dictionary must be the same
    as the ones created from imputation_flags
    AntonZogk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e37d5bc View commit details
    Browse the repository at this point in the history
  4. Fix fill column for fic

    If we use constructed column this won't allow the
    forward fill which will then be used to multiple
    columns, we are using imputed_value which has
    na if relevant row is not constructed
    AntonZogk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f3c5517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    891054c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55ffb5a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    89fb75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83996b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add back fic code comments

    AntonZogk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    db93653 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix: check for imputation marker change

    The imputation_group column should look at imputation_marker for changes instead of missing_value
    AntonZogk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4da8497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e1ecf1 View commit details
    Browse the repository at this point in the history
  3. Adjust test data and tests to use imputation marker

    To fix a bug with cummulative links we are using imputation marker
    Add a new column with imputation marker to test data
    Adapt tests accordingly
    AntonZogk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7fde107 View commit details
    Browse the repository at this point in the history
  4. Fix marker strings

    The markers in the dictionary must be the same
    as the ones created from imputation_flags
    AntonZogk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fc9c728 View commit details
    Browse the repository at this point in the history
  5. Fix fill column for fic

    If we use constructed column this won't allow the
    forward fill which will then be used to multiple
    columns, we are using imputed_value which has
    na if relevant row is not constructed
    AntonZogk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    21cc824 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72954dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1dbaa8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49de20d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93c8a5c View commit details
    Browse the repository at this point in the history
  10. Add back fic code comments

    AntonZogk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bf40eb0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2388f24 View commit details
    Browse the repository at this point in the history