-
Notifications
You must be signed in to change notification settings - Fork 8
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
.createCohortData not doing what it says it does? #37
Comments
We need a table of all-way combinations. Make sure all cases are covered as
desired.
…On Fri, Feb 14, 2020, 12:09 PM Ceres Barros ***@***.***> wrote:
.createCohortData is supposed to (among other things) message(blue("Set B
to 0 where cover > 0 and age = 0, because B is least quality dataset")).
However this doesn't seem to be enforced in the code. Both B (biomass)
and age are indeed being corrected (to 0) when cover == 0. However,
having cover > 0 and age == 0 doesn't seem to be assessed, nor to
influence/correct B to 0.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37?email_source=notifications&email_token=AAIMVW47WSOKMT4UXWDDVRDRC327VA5CNFSM4KVO6XF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INVLCVQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIMVW6C5OBL3NNTSAG3STTRC327VANCNFSM4KVO6XFQ>
.
|
Just noticed that the described behaviour is enforced at the end of the I also wonder if it makes sense to leave |
see #38 |
has this been resolved? |
I don't think so |
.createCohortData
is supposed to (among other things)message(blue("Set B to 0 where cover > 0 and age = 0, because B is least quality dataset")).
However this doesn't seem to be enforced in the code. BothB
(biomass) andage
are indeed being corrected (to 0) whencover == 0
. However, havingcover > 0
andage == 0
doesn't seem to be assessed, nor to influence/correctB
to 0.The text was updated successfully, but these errors were encountered: