-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Separates exploration model getters from exp_services #7093
Conversation
Hi @DubeySandeep -- better to not submit WIP PRs until you're ready for a review, otherwise they just clutter up the PR queue. Should this be closed in the interim? |
@seanlip, I'm waiting for my PR to pass the tests and I'll assign reviewer once it passes the e2e tests (As I'm not sure about it although I've done the manual test.) Also, I've removed the WIP tag as this PR is just waiting on tests. |
Travis is failing (even for backend tests), please check. |
return result | ||
|
||
|
||
def get_exploration_and_exploration_rights_by_id(exploration_id): |
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.
This method isn't used anywhere (except in tests) so I've deleted this method.
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.
Hi @DubeySandeep, I have no general concerns. Just try to get the tests passing!
Also note, ExplorationRetrivalTests should be spelled "Retrieval" |
@kevinlee12, @prasanna08, @vojtechjelinek, @nithusha21, @aks681, @apb7, can please review this PR as a code-owner? |
Codecov Report
@@ Coverage Diff @@
## develop #7093 +/- ##
===========================================
+ Coverage 97.61% 97.61% +<.01%
===========================================
Files 379 381 +2
Lines 63408 63449 +41
===========================================
+ Hits 61893 61934 +41
Misses 1515 1515
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #7093 +/- ##
===========================================
+ Coverage 97.61% 97.61% +<.01%
===========================================
Files 379 381 +2
Lines 63408 63449 +41
===========================================
+ Hits 61893 61934 +41
Misses 1515 1515
Continue to review full report at Codecov.
|
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.
LGTM from code owner's perspective, thanks!
Hi @DubeySandeep, is this still in WIP? (I ask since it's still in the description). |
@kevinlee12, Description wasn't updated, I've updated it now! (Sorry) |
Ah, no worries, thanks! |
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! Thanks :)
@prasanna08 @vojtechjelinek @aks681, PTAL! |
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 from code owner's perspective. Thanks!
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
@brianrodri @ankita240796, PTAL code owner review! |
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 as a codeowner, Thanks @DubeySandeep!
Explanation
Separates exploration model getters from exp_services.
Reason for this change (in brief):
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.