1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-09-28 21:04:16 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 0cf0bc97f0
All checks were successful
continuous-integration/drone/push Build is passing
csv_metadata_quality/fix.py: fix logic error again
It seems there was another logic error raised by the test in pytest.
With my real data, it was enough to check if the region column was
None, but with my test I was explicitly setting the region to "" (an
empty string). So to be really sure we should check if the string
is not None *and* if its length is greater than 0.
2022-08-03 20:51:14 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
app.py Add unsafe check to add missing regions 2022-07-28 16:52:43 +03:00
check.py Add support for dropping invalid AGROVOC terms 2021-12-23 12:43:55 +02:00
experimental.py csv_metadata_quality/experimental.py: Adjust citation match 2021-10-06 16:13:10 +03:00
fix.py csv_metadata_quality/fix.py: fix logic error again 2022-08-03 20:51:14 +03:00
util.py csv_metadata_quality/util.py: update for ftfy 6.0 2021-12-15 21:58:07 +02:00
version.py Bump version to 0.6.0-dev 2021-12-09 23:21:30 +02:00