-
Notifications
You must be signed in to change notification settings - Fork 3
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
Higher contact rate error #14
Comments
Thanks for posting this, @sima-u1418987! |
The issue happens when |
Thanks for your reply. However I get rt=0 which is not logical.
Best,
Sima
…________________________________
From: George G. Vega Yon ***@***.***>
Sent: Sunday, April 7, 2024 10:53 AM
To: UofUEpiBio/epiworldR ***@***.***>
Cc: Sima Najafzadehkhoei ***@***.***>; Author ***@***.***>
Subject: Re: [UofUEpiBio/epiworldR] Higher contact rate error (Issue #14)
The issue happens when run_multiple is run after run(). It may have something to do with reset.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHUOLDSKV5WL63SRUU3HJUDY4F2W5AVCNFSM6AAAAABF22SABOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGUZDQMZUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
* Adding proper way to handle classes * Adding test for run_multiple after run [skip ci] (see #14) * Updating version and adding test
OK @sima-u1418987. I've fixed the issue. The problem was that agents' states were not being reset. This only happened when you called |
Hi George,
Thanks a lot for your time to fix the issue But I again get rt=0.
…________________________________
From: George G. Vega Yon ***@***.***>
Sent: Sunday, April 7, 2024 4:58 PM
To: UofUEpiBio/epiworldR ***@***.***>
Cc: Sima Najafzadehkhoei ***@***.***>; Mention ***@***.***>
Subject: Re: [UofUEpiBio/epiworldR] Higher contact rate error (Issue #14)
OK @sima-u1418987<https://github.com/sima-u1418987>. I've fixed the issue. The problem was that agents' states were not being reset. This only happened when you called run() before run_multiple(). The bug is now fixed (agents' states are always reset). You can either try to install the development version following the instructions here<https://github.com/UofUEpiBio/epiworldR?tab=readme-ov-file#installation>. @derekmeyer37<https://github.com/derekmeyer37>, we need to upload the patch soon. I'll send you the targz file.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHUOLDWZGIME77JUOYQPY3DY4HFSZAVCNFSM6AAAAABF22SABOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGYZTMMBQHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Did you install the GitHub version? I don't get Rt=0 |
@sima-u1418987 Then, load the epiworldR library using: Let us know if this works for you. |
got it. thank you so much for all your help.
…________________________________
From: Derek Meyer ***@***.***>
Sent: Monday, April 8, 2024 2:20 PM
To: UofUEpiBio/epiworldR ***@***.***>
Cc: Sima Najafzadehkhoei ***@***.***>; Mention ***@***.***>
Subject: Re: [UofUEpiBio/epiworldR] Higher contact rate error (Issue #14)
@sima-u1418987<https://github.com/sima-u1418987>
You will want to run the github version of the package until the fixed version is available on CRAN. You can do this by installing the package using:
devtools::install_github("UofUEpiBio/epiworldR")
Then, load the epiworldR library using:
library(epiworldR)
Let us know if this works for you.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHUOLDXNZPDLAZ42IJX7NC3Y4L3XDAVCNFSM6AAAAABF22SABOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTGU3TOMZUGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
The text was updated successfully, but these errors were encountered: