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 AUMC difftime calculation #21

Closed
wants to merge 8 commits into from

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    d25628d View commit details
    Browse the repository at this point in the history
  2. Pass arguments to lower-level concepts

    Note: this currently needs to remove a warning from load_concepts.itm, which may not be desired. Maybe there is another way to prevent unnecessary warnings in the case of additional arguments to load_concepts?
    prockenschaub committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1b57417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    253e418 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Oct 4, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f582793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4215d5d View commit details
    Browse the repository at this point in the history
  3. simplify load_difftime to a single function

    load_mihi, load_au, and load_ei only differ in the rounding function they apply (and the fact that eicu strictly speaking doesn't require merging of origin). They can thus all be replaced with a single function that receives the rounding function as a parameter.
    prockenschaub committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7a1575d View commit details
    Browse the repository at this point in the history