open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

Fix osi trace robustness

Open pmai opened this issue 10 months ago • 0 comments

As identified by @ClemensLinnhoff there is a precedence error in retrieve_offsets which can lead to errors if the function is called again after a completed read.

This PR fixes this bug and adds a test case to detect such errors.

pmai avatar Apr 05 '24 14:04 pmai