Commit a8984c7c authored by Caballero, Daniel's avatar Caballero, Daniel
Browse files

Add README.md

parent 36045248
Loading
Loading
Loading
Loading

README.md

0 → 100644
+7 −0
Original line number Diff line number Diff line
# Using This with SNAPRed
## Grabbing the data
To pull this data into your SNAPRed branch, run `git submodule update --init --recursive`.  The directory that will contain the test data within snapred is `tests/data/snapred`. 
## Making Changes
To make changes, go into the above test data directory, and checkout `main` branch. Be careful making changes in here as this repo does not follow the same process as the github code. As of writing, there is no official review required to make changes to this repo. Make chanegs and commit and push like you would any other git repo. When the data repo has been updated, rerun `git submodule update --init --recursive`. As long as any changes made are within the "SNS" directory, you should hopefully not have to configure any git LFS stuff as LFS is setup to track the entire "SNS" directory and its subfolders.

If you are having issues, please look at this page: https://ornl-neutrons.atlassian.net/wiki/spaces/NDPD/pages/19103745/Using+git-lfs+for+test+data.
 No newline at end of file