-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Create "Debug Code Challenge" #4286
Create "Debug Code Challenge" #4286
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
This consistently works the first time. |
This is still a draft. |
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Deployment failed with the following error:
|
Will fix conflicts later. |
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
1 similar comment
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
tests/integration/challenges/debug_code/test_debug_code_challenge_a.py
Outdated
Show resolved
Hide resolved
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
@dschonholtz on it, don't worry about conflicts,I will create another PR |
Co-authored-by: Douglas Schonholtz <[email protected]> Co-authored-by: symphony <[email protected]>
28fef98
to
6e1c2e7
Compare
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4286 +/- ##
==========================================
+ Coverage 69.60% 69.85% +0.25%
==========================================
Files 72 72
Lines 3520 3520
Branches 561 561
==========================================
+ Hits 2450 2459 +9
+ Misses 883 873 -10
- Partials 187 188 +1 ☔ View full report in Codecov by Sentry. |
thank you @dschonholtz @gravelBridge !! |
Background
Changes
Documentation
Test Plan
PR Quality Checklist
black .
andisort .
against my code to ensure it passes our linter.