-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix validation of datasets without metadata #342
Conversation
Codecov Report
@@ Coverage Diff @@
## master #342 +/- ##
==========================================
- Coverage 98.58% 98.58% -0.01%
==========================================
Files 28 28
Lines 2692 2691 -1
==========================================
- Hits 2654 2653 -1
Misses 38 38 |
Thanks for this PR!! I am actually checking it because this morning I tried to change line 144 from utils.py to |
Great! Thanks :) let me know and if it does I'll merge |
I don't know if you have tried it but in my case isn't working yet (I am not removing Maybe the best idea is to directly remove the |
Mmmmm... that's strange. It is working for me locally both with Is it not working for the |
both |
I haven't tried in |
Btw if I remove the |
Quick comment - From a code structure perspective, it's better if any null top-level fields are removed, with the exception of version. |
Ok! Understood. So then I guess we can leave the patch as @magdalenafuentes proposed and that would solve the issue. It's working for me now! |
Fixes #341