Skip to content

fix arch observer bug#3

Open
nmosier wants to merge 1 commit intosith-lab:ipcfrom
nmosier:bugfix/arch-observer
Open

fix arch observer bug#3
nmosier wants to merge 1 commit intosith-lab:ipcfrom
nmosier:bugfix/arch-observer

Conversation

@nmosier
Copy link
Copy Markdown

@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