Closed dsuedholt closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.06%. Comparing base (
9f797d2
) to head (6f8ac77
). Report is 1 commits behind head on master.
Thanks for the friendly and helpful review @genisplaja! Let me know if there's anything else you need for the release.
Description
Please include the following information at the top level docstring for the dataset's module mydataset.py:
Dataset loaders checklist:
scripts/
, e.g.make_my_dataset_index.py
, which generates an index file.mirdata/indexes/
e.g.my_dataset_index.json
.mirdata/my_dataset.py
tests/datasets/
, e.g.test_my_dataset.py
docs/source/mirdata.rst
anddocs/source/table.rst
black
,flake8
andmypy
(see Running your tests locally).tests/test_full_dataset.py
on your dataset.