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

Fixed a few bugs in bind_expr #677

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Fixed a few bugs in bind_expr #677

merged 2 commits into from
Jul 18, 2024

Conversation

skeqiqevian
Copy link
Collaborator

Bind expr previously allowed some incorrect use cases.

Furthermore, it didn't allow use cases such as the one I added in test_bind_expr_cse_2, so I extended the implementation to cover that.

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

Attention: Patch coverage is 97.61905% with 1 line in your changes missing coverage. Please review.

Project coverage is 87.75%. Comparing base (dcb594a) to head (d49fcaa).

Files Patch % Lines
tests/test_schedules.py 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #677      +/-   ##
==========================================
+ Coverage   87.74%   87.75%   +0.01%     
==========================================
  Files          84       84              
  Lines       20631    20637       +6     
==========================================
+ Hits        18102    18110       +8     
+ Misses       2529     2527       -2     

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

Copy link
Member

@yamaguchi1024 yamaguchi1024 left a comment

Choose a reason for hiding this comment

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

Thanks!

@skeqiqevian skeqiqevian merged commit 52142ae into main Jul 18, 2024
9 checks passed
@skeqiqevian skeqiqevian deleted the find_bind_expr branch July 18, 2024 16:01
This pull request was closed.
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