Fix: round flag

Description & motivation

The following changes add missing flags that are used to indicate whether model output should be rounded or not. This is related to changes that were discussed/applied in Proposal: Round Model Output (#1) and Update: Round Model Output (!7 - merged). Flags were missing for Days since dry and Apple Snail. These models provide output that are whole numbers so do not need to be rounded; however, the round_flag object must still be defined for these models for the workflow to successfully run. round_flag has been set to FALSE for both Apple Snail and Days since dry: round_flag <- FALSE

Updates were made to the following files:

rest_run_functions.R

To-do before merge

  • Check that merge branch is up to date with target branch

Notes for peer reviewers:

@abenscoter , @ldacunto . This MR should be pretty quick to review.

I'll reach out to discuss availability for review and review timeline. Thanks!

FYI, @sromanach

Checklist:

  • I have updated the README file (if appropriate).
  • I have outlined my changes in the CHANGELOG.
  • I have updated the CHANGELOG date if changes were made during review.
  • My merge request represents one logical piece of work.
  • My R code follows our style guidelines.

To do after merge

Create a new tag using the date, version number, and description of the changes from the CHANGELOG

Edited by Hackett, Caitlin Elizabeth

Merge request reports

Loading