-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 slice support and unit test #9
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 53.46% 53.61% +0.14%
==========================================
Files 53 53
Lines 1906 1910 +4
==========================================
+ Hits 1019 1024 +5
+ Misses 887 886 -1
Continue to review full report at Codecov.
|
imgs = v[-105:-103] | ||
assert int(round(imgs[0].mean())) == 94 | ||
assert int(round(imgs[1].mean())) == 205 | ||
|
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.
Add more tests here. e.g., v[:3], v[1:5], v[160:], v[-5:]
add slice support and unit test
Add documentation
No description provided.