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

Remove negative runoff #471

Merged
merged 6 commits into from
Jun 26, 2024
Merged

Commits on Jun 21, 2024

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

Commits on Jun 22, 2024

  1. Removing negative runoff: Create a dedicated FieldBundle for mods

    Avoid modifying fields in place so that the ROF import fields are truly
    what came from ROF. So this removal of negative runoff will just appear
    in the fields mapped to OCN.
    billsacks committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f3761e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8133bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    49b94d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516b8ef View commit details
    Browse the repository at this point in the history
  3. Don't try to remove negative runoff on an absent field

    I'm not sure if this is necessary, but it seems like it could be in some
    configurations, and it won't hurt to do this check.
    billsacks committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4c5996e View commit details
    Browse the repository at this point in the history