ArneBinder / pie-datasets

Building scripts for Pytorch-IE datasets.
MIT License
1 stars 0 forks source link

use local data for `cdcp` pie dataset tests #115

Closed ArneBinder closed 7 months ago

ArneBinder commented 7 months ago

To mitigate that the tests break if the source data (https://facultystaff.richmond.edu/~jpark/data/cdcp_acl17.zip) is not available, we use a local copy for all tests of the cdcp dataset. Previously, that was just the case for the HF related dataset tests.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.41%. Comparing base (cb1c47a) to head (20548ff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ======================================= Coverage 95.41% 95.41% ======================================= Files 22 22 Lines 1439 1439 ======================================= Hits 1373 1373 Misses 66 66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.