You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example test output files are represented in the git repo by references to git lfs objects. It doesn't look like this dependency is mentioned anywhere (or at least not blatantly enough to catch my eye), so my builds were failing.
I don't like adding dependencies (especially ones that aren't compatible with some platforms), and I don't know that we're benefitting from using git-lfs here anyway. I would recommend either getting rid of it (if that's possible), or at minimum adding documentation to the README.md explaining how to acquire, install, and use git-lfs correctly.
The text was updated successfully, but these errors were encountered:
We are using Git LFS because it solves the problem that standard git is not good at tracking non-text files. Our tests depend on many 10s of MB of HDF5 files, which have changed several times over time. Using Git LFS keeps the primary git repo down to a manageable size.
The example test output files are represented in the git repo by references to git lfs objects. It doesn't look like this dependency is mentioned anywhere (or at least not blatantly enough to catch my eye), so my builds were failing.
I don't like adding dependencies (especially ones that aren't compatible with some platforms), and I don't know that we're benefitting from using git-lfs here anyway. I would recommend either getting rid of it (if that's possible), or at minimum adding documentation to the README.md explaining how to acquire, install, and use git-lfs correctly.
The text was updated successfully, but these errors were encountered: