Message Boards Message Boards

[WSC20] Digital Contact Tracing Simulations

Spread of Infection Through Network

POSTED BY: Megha Narayanan
4 Replies

Dear Mrs Megha Narayanan,

Thank you for your excellent work. I downloaded your code, but I get an error message every time I verify it. Can you help me out here?

Error: $RecursionLimit: Recursion depth of 1024 exceeded during evaluation of Flatten[mList]

If[RandomReal[{0, recoveryTime}] < mProb, 
    iCounter = KeyDrop[iCounter, #]; mList = Append[mList, #], 
    Nothing] & /@ Keys[iCounter];
mList = Flatten[mList];

Thanks and best regards,... Jos

POSTED BY: Jos Klaps
Posted 4 years ago

Amazing work you did there! Very well presented.

POSTED BY: Yasmin Hussain

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: Moderation Team

Dear Mr. Klaps, This part of the code will run as part of the step[] function, but not on its own as it requires variables that exist only in the function. If you run the full step[] function (found under the subheading "Full definition of step[]" it should execute as intended.
Best, Megha

POSTED BY: Megha Narayanan
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract