Checking out actual *.h5 files requires Git LFS #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It seems that depending on the version of git, not having
git-lfs
installed will not consistently raise an error. For my git 2.1.4 this leads to an error on checkout, but not for 2.17.1. Users can end up with a seemingly successful checkout of the repo but only have the pointer files. This leads to runtime errors when instead of the binary model files, the textual pointer files are loaded.I guess I didn't notice this before because I had git-lfs installed and so does CircleCI (otherwise ocrd_all should have failed to build).