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

handle case where LAI+SAI exceeds array by clipping instead of crashing #1269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

handle case where LAI+SAI exceeds array by clipping LAI+SAI instead o…

26429c6
Select commit
Loading
Failed to load commit list.
Open

handle case where LAI+SAI exceeds array by clipping instead of crashing #1269

handle case where LAI+SAI exceeds array by clipping LAI+SAI instead o…
26429c6
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2024-10-30 15:15:02 ago

0 / 4 tasks completed

4 tasks still to be completed

Details

Required Tasks

Task Status
The in-code documentation has been updated with descriptive comments Incomplete
The documentation has been assessed to determine if updates are necessary Incomplete
FATES PASS/FAIL regression tests were run Incomplete
Evaluation of test results for answer changes was performed and results provided Incomplete
Technical Note update: Incomplete
User's Guide update: Incomplete
add a wrapper to update tree lai and tree sai in the cohort module Incomplete
try to see if we can update this in one location Incomplete
add a constant that we can compare the maximum value of the lai+sai binning vector too, if is less than that constant we fail gracefully during initialization Incomplete