1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-22 13:55:03 +01:00
csv-metadata-quality/tests
Alan Orth 040e56fc76
Improve exclude function
When a user explicitly requests that a field be excluded with -x we
skip that field in most checks. Up until now that did not include
the item-based checks using a transposed dataframe because we don't
know the metadata field names (labels) until we iterate over them.

Now the excludes are respected for item-based checks.
2022-09-02 15:59:22 +03:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py Improve exclude function 2022-09-02 15:59:22 +03:00
test_fix.py Improve exclude function 2022-09-02 15:59:22 +03:00