-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 max_batches with fast_dev_run. #2581
Fix max_batches with fast_dev_run. #2581
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2581 +/- ##
======================================
Coverage 91% 91%
======================================
Files 70 70
Lines 5755 5755
======================================
Hits 5243 5243
Misses 512 512 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Should we add a test? Pretty sure this will break in the future otherwise :))
Very much agree, pls add a test for it... |
I initiated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Did you check that the test you added fails on master?
This pull request is now in conflict... :( |
@rohitgr7 let's merge this. but please check that the test you added does indeed fail on master |
@williamFalcon Fails on master. |
This pull request is now in conflict... :( |
quick question: shouldn't this be |
@rohitgr7 good catch. I think you are right, a few lines below there is the equivalent for the save interval. |
Hello @rohitgr7! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-07-27 21:29:28 UTC |
added more tests to be extra sure :) |
This reverts commit 4320329.
nice work! excited to see these bugfixes in master! |
What does this PR do?
Fixes #2531
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃