-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[minor suggestion] optional importing of datasets? #365
Comments
Yes, agreed. I'm not too sure how I can do CI on optional dependencies though, it would need nimble support nim-lang/nimble#482. For example HDF5 support is optional but due to this it's not tested :/. Lines 5 to 17 in 25cf5e3
|
I think as a first step keeping them as nimble dependencies is fine. What would already help is to move the import into individual tests instead of letting |
Aside from the fact that HDF5 support is not being tested, the In my own projects I added an optional compiler flag |
import arraymancer
was just broken for me due to an issue with my localuntar
version. I got curious why Arraymancer actually needs this and noticed that the default import builds things likeimdb
andmnist
.Maybe the included test datasets could be omitted from the default import to make default builds more slim?
The text was updated successfully, but these errors were encountered: