Castro icon indicating copy to clipboard operation
Castro copied to clipboard

for retry after burning fail, we can use the time from burn_t

Open zingale opened this issue 1 year ago • 2 comments

When we run with use_retry and we encounter a burn failure, we can estimate the number of retries needed simply by looking at dt / burn_t burn_state.time. This might be more reliable than the current method. To implement this, we'd need to compute that ratio in a reduction clause in the burner loop when we fail.

zingale avatar May 18 '23 13:05 zingale