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

Simplify the test for swapped operand operations #441

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

trundev
Copy link
Contributor

@trundev trundev commented Dec 12, 2024

This is a follow up for PR#437.

The pytest TestBasicAlgebra.test_swapped_operands() is too complicated. As suggested by @eric-wieser, the validation can be made by using some picked /convenient numbers from g3 only.

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.11%. Comparing base (568087f) to head (e138f83).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #441      +/-   ##
==========================================
- Coverage   71.13%   71.11%   -0.02%     
==========================================
  Files          74       74              
  Lines        9437     9439       +2     
  Branches     1211     1210       -1     
==========================================
  Hits         6713     6713              
- Misses       2551     2552       +1     
- Partials      173      174       +1     

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

Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Thanks! I'll refrain from merging since you've marked this as draft.

@trundev trundev marked this pull request as ready for review December 13, 2024 08:59
@eric-wieser eric-wieser merged commit 8c41854 into pygae:master Dec 14, 2024
12 of 13 checks passed
@trundev trundev deleted the simplify-test_swapped_operands branch December 15, 2024 12:17
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