Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a model that does not make use of clocks, which I want to run for a very long time.
When I exceed 100 000 discrete jumps, it errors out with the following message:
The error message is correct in the sense that I perform a lot of discrete jumps without advancing any clocks, but in this instance I want to do so.
To quickly reproduce the issue, I have created this toy example:
coinflipper.zip
This query is fine:
But this query causes an error:
Is there some sort of trick to avoid this error?
Beta Was this translation helpful? Give feedback.
All reactions