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

Verification result is fixed. #30

Closed
XiaoTonyLuo opened this issue Apr 27, 2023 · 1 comment
Closed

Verification result is fixed. #30

XiaoTonyLuo opened this issue Apr 27, 2023 · 1 comment

Comments

@XiaoTonyLuo
Copy link

XiaoTonyLuo commented Apr 27, 2023

if( in.simulation_method == EVENT_BASED )
{
small = 945990;
large = 952131;
}
else if( in.simulation_method == HISTORY_BASED )
{
small = 941535;
large = 954318;
}

The result is fixed with the default input parameter, if num of lookups changes, it will fail here, but the calculation result is correct.

@zjin-lcf
Copy link
Owner

Running the simulation on a host for verification may fix the issue.

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

No branches or pull requests

2 participants