-
Notifications
You must be signed in to change notification settings - Fork 93
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
LifecycleModelExample #101
Comments
You are absolutely correct. We will fix this, thank you.
…On Wed, Feb 26, 2020 at 10:48 AM thorek1 ***@***.***> wrote:
in
aLvlGroNow =
np.log(LifeCyclePop.aNrmNow_hist[t]/LifeCyclePop.aNrmNow_hist[t-1]) #
(10000,)
aNrmNow_hist
should be the level
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#101?email_source=notifications&email_token=ADKRAFMQ6GHMA6O3L3MUIPTRE2FOBA5CNFSM4K4IPB7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQQDQJA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKRAFOEXH4MIMPZDLYWXETRE2FOBANCNFSM4K4IPB7A>
.
|
I’ll fix it (since it was my mistake).
On Wed, Feb 26, 2020 at 17:54 Matthew N. White <[email protected]>
wrote:
You are absolutely correct. We will fix this, thank you.
On Wed, Feb 26, 2020 at 10:48 AM thorek1 ***@***.***> wrote:
> in
> aLvlGroNow =
> np.log(LifeCyclePop.aNrmNow_hist[t]/LifeCyclePop.aNrmNow_hist[t-1]) #
> (10000,)
>
> aNrmNow_hist
> should be the level
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#101?email_source=notifications&email_token=ADKRAFMQ6GHMA6O3L3MUIPTRE2FOBA5CNFSM4K4IPB7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQQDQJA
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ADKRAFOEXH4MIMPZDLYWXETRE2FOBANCNFSM4K4IPB7A
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#101?email_source=notifications&email_token=AAKCK72IHN6JXQG3OLFHQQDRE2NFVA5CNFSM4K4IPB7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENBAQ5Q#issuecomment-591530102>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKCK75VMCHVNRPJG4SJDZ3RE2NFVANCNFSM4K4IPB7A>
.
--
Sent from Gmail Mobile
|
OK, fixed now (I think! -- please verify). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in
aLvlGroNow = np.log(LifeCyclePop.aNrmNow_hist[t]/LifeCyclePop.aNrmNow_hist[t-1]) # (10000,)
aNrmNow_hist
should be the level
The text was updated successfully, but these errors were encountered: