Skip to content

Conversation

@nmosier
Copy link

@nmosier nmosier commented Dec 3, 2025

The ARCH observer had a small bug in which it exposes the final register state of the previous trace, rather than the initial register state of the current trace. This is due to the fact that the method self.reset_model() is called before the input is loaded (self._load_input(input_)).

This patch just transposes the two to fix the bug.

The ARCH observer had a small bug in which it exposes the final register
state of the previous trace, rather than the initial register state
of the current trace. This is due to the fact that the method `self.reset_model()`
is called before the input is loaded (`self._load_input(input_)`).

This patch just transposes the two to fix the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant