Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instruction table: implement trace_evaluation #81

Merged
merged 10 commits into from
Nov 21, 2024

Conversation

tcoratger
Copy link
Contributor

No description provided.

);

// Check that each column contains the correct values
assert_eq!(trace[InstructionColumn::Ip.index()].to_cpu().values[0], BaseField::from(1));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should compare values rather than values[0]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, as this test is simple, I've directly hardcoded 16, the expected number of elements, let me know if this is ok for you

@zmalatrax zmalatrax merged commit 9435e6c into kkrt-labs:main Nov 21, 2024
5 checks passed
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.

2 participants