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

Add test_custom_op.py to test RecursionError bug. #833

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

JoeStrout
Copy link
Contributor

When this test was written (several months ago), it exposed a bug (threw a RecursionError exception, I think).

Now the test completes successfully, so yay! Seems the bug was fixed. But now we have a test for it, so that's good, right?

@JoeStrout JoeStrout requested a review from dodamih December 13, 2024 16:28
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (02d7f02) to head (8894802).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #833   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       142           
  Lines         5958      5958           
=========================================
  Hits          5958      5958           

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

Copy link
Member

@supersergiy supersergiy left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for adding the test

@JoeStrout JoeStrout merged commit c40fc57 into main Dec 19, 2024
10 checks passed
@JoeStrout JoeStrout deleted the joe/recursion-bug branch December 19, 2024 14:12
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