Skip to content
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

Plan on using this repo for test data #1

Open
3 tasks
ihumphrey opened this issue Oct 15, 2020 · 0 comments
Open
3 tasks

Plan on using this repo for test data #1

ihumphrey opened this issue Oct 15, 2020 · 0 comments

Comments

@ihumphrey
Copy link
Contributor

ihumphrey commented Oct 15, 2020

In Xi-cam, we can add this package as an extra_requires dependency for "tests". Then, you need to explicitly install with the [tests] requirement to pull down the data (so we aren't pulling large files unless we need to).

Then, we can follow a similar pattern to Xi-cam's static sub-package for locating test data within Xi-cam.

  • Initialize git lfs for this repo (using git lfs install)
  • add files we want (with permission from owners)
  • add tracking for filetypes (git lfs track "*.ext")

Some good configuration options for devs might be:
git lfs install --local (installs into repo, not into ~/.gitconfig)
or
git lfs install --skip-smudge (turns of filtering i.e. pulling of data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant