-
Notifications
You must be signed in to change notification settings - Fork 320
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 cache reprecentation of dataset #2062
Add cache reprecentation of dataset #2062
Conversation
c10a249
to
6e5a120
Compare
6e5a120
to
688c0b6
Compare
Codecov Report
@@ Coverage Diff @@
## master #2062 +/- ##
==========================================
+ Coverage 71.13% 71.20% +0.07%
==========================================
Files 150 151 +1
Lines 20066 20147 +81
==========================================
+ Hits 14273 14346 +73
- Misses 5793 5801 +8 |
f8ebae1
to
edb2c5a
Compare
08c2205
to
0e72125
Compare
Co-authored-by: Mikhail Astafev <[email protected]>
Co-authored-by: Mikhail Astafev <[email protected]>
no load will be performed. | ||
""" | ||
if self._loaded_from_completed_ds: | ||
return |
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.
wow, codecov tells that we don't have a test for this case :)
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.
Yes, rewrote the tests to ensure that we also trigger this
Very much work in progress.