-
Notifications
You must be signed in to change notification settings - Fork 47
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
docs: introduce MosaicViews as dataset preview utils #82
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 21.06% 30.31% +9.25%
==========================================
Files 30 32 +2
Lines 679 795 +116
==========================================
+ Hits 143 241 +98
- Misses 536 554 +18
Continue to review full report at Codecov.
|
When building documentation locally we need to manually do `]dev .` to tell Julia use dev version of MLDatasets, and this immediately updates the Project.toml file, to keep it complete I commit this change . This change won't affect docs CI.
ae7e54c
to
d1ab622
Compare
Hmmm, any ideas why the documentation CI is complaining? I get it working locally |
For image dataset, [`MosaicViews`](https://github.com/JuliaArrays/MosaicViews.jl) provides a very simple interface to display a list | ||
of images. |
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.
The fact that MosaicViews is not directly used in the code below is a bit confusing.
Maybe we can just point to the mosaic
function from ImageCore
.
no idea why Documentation CI is failing |
No description provided.