Skip to content

Plan on using this repo for test data #1

Description

@birdzix

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions