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

fix(evaluation): fix the wrong eval_data of input_evaluator in shuffle #370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nanne007
Copy link

If input expression of a shuffle contains more rotations than shuffle expression, the code will abort.

I believe this is a typo.

@nanne007 nanne007 changed the title evaluation: fix the wrong eval_data of input_evaluator in shuffle fix(evaluation): fix the wrong eval_data of input_evaluator in shuffle Sep 27, 2024
@nanne007
Copy link
Author

cc @kilic

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.99%. Comparing base (486770c) to head (619d1e1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #370   +/-   ##
=======================================
  Coverage   84.99%   84.99%           
=======================================
  Files          85       85           
  Lines       18684    18684           
=======================================
  Hits        15880    15880           
  Misses       2804     2804           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@davidnevadoc davidnevadoc left a comment

Choose a reason for hiding this comment

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

Good catch. Thanks for the fix!

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.

3 participants