-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests broken since last update #73
Comments
The "downloaded" images' filenames are made from the <mets:fileGrp USE="OCR-D-IMG">
<mets:file MIMETYPE="image/tiff" ID="OCR-D-IMG_0001">
<mets:FLocat LOCTYPE="URL" xlink:href="OCR-D-IMG/INPUT_0017.tif"/>
</mets:file>
<mets:file MIMETYPE="image/tiff" ID="OCR-D-IMG_0002">
<mets:FLocat LOCTYPE="URL" xlink:href="OCR-D-IMG/INPUT_0020.tif"/>
</mets:file>
</mets:fileGrp> |
With an old(!) checkout of test/assets I did not have these fails with this new code, so this may be worth investigating. |
See also #72. |
I think this is caused by a change in assets: OCR-D/assets@b12e5eb, which was supposed to fix OCR-D/assets#87, but does not work.
So, essentially, @kba I suppose we could fix this in assets by using standard basenames, but it looks more like a bug in core to me. |
Relevant parts of
This clones the workspace from
|
Since the last update, the tests are broken:
Observations:
The new code from @bertsky's change in 1f0252d should download
OCR-D-IMG/INPUT_0017.tif
but doesn't:The text was updated successfully, but these errors were encountered: