Closed KatieWoe closed 1 year ago
This is happening because the align box test in screen 2 calls for randomness in stepTimer.
I added a workaround in the commit. @zepumph can you please review and advise? It seems the long term solution would be to make sure the stepTimer is called the same number of times in the upstream and downstream sim, but I'm not sure how to do that and this seems to be the only place affected at the moment.
This looks good to me. It seems like a lot of work to ensure the stepTimer synchronization, especially since we don't actively support playback. This feels just fine. Thank you! Closing