You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
---
# Begin of markdown
Some cool dataset card
It fails on windows with ValueError, while on macos and linux we can load the repo card and get and empty DatasetCardData.
This is because the regex used does find a match but it's empty. Therefore yaml.safe_load returns None and we get a ValueError since its not a dict as expected.
ValueError: repo card metadata block should be a dict
This is not super important but makes our CI fail at datasets (I'll just skip a test for now)
The text was updated successfully, but these errors were encountered:
For example with a dataset card like this
It fails on windows with ValueError, while on macos and linux we can load the repo card and get and empty DatasetCardData.
This is because the regex used does find a match but it's empty. Therefore
yaml.safe_load
returnsNone
and we get a ValueError since its not a dict as expected.This is not super important but makes our CI fail at
datasets
(I'll just skip a test for now)The text was updated successfully, but these errors were encountered: