Closed tvami closed 2 months ago
This is expected since the outer loop over number of events is separate from the inner loop on the number of trials. We printout conditioned on the event index (decided by the outer loop) which means if there are multiple trials for an event matching the frequency, multiple printouts will be made.
Multiple printouts is confusing, but I'm curious what an improvement would be. Would just add a check that skips printouts if we are on later trials?
Would just add a check that skips printouts if we are on later trials?
Yes, I think that would be sufficient and satisfactory
Describe the bug
With the settings of
I'd expect a single msg every 100 event to show up, instead, every 100 event the following
this comes up >5000 times!
To Reproduce I was running this
Desired behavior
Just have that print out once after ever N event
Environment: