-
-
Notifications
You must be signed in to change notification settings - Fork 62
Allow only keeping a subset of slides for SlideSet #303
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #303 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1324 1328 +4
Branches 130 133 +3
=========================================
+ Hits 1324 1328 +4
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.
Just a couple of stylistic changes :) the rest is good, thanks!!
@alessiamarcolini Thanks, all done 👍🏻 |
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.
Per comments
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!!
However we need to wait to merge this PR as it is scheduled to be in the 0.2.8 release :)
@kheffah if you don't mind, I'll rebase on master and squash the "update" commits |
Sure thing, feel free :) |
78817fc
to
b08fbdc
Compare
…seful when, for example, you want to exclude slides used in machine learning model training for cross validation.
Co-authored-by: Alessia Marcolini <98marcolini@gmail.com>
b08fbdc
to
3c0da7d
Compare
Description
Allow only keeping a subset of slides for SlideSet. This would be useful when, for example, you want to exclude slides used in machine learning model training for cross validation.
Types of Changes
Issues Fixed or Closed by This PR
Checklist