"components/vscode:/vscode.git/clone" did not exist on "e7233b2d6fb426a3b47756bc280a95ae058522a1"
Commit 73ff40b6 authored by Jennifer Wei's avatar Jennifer Wei
Browse files

Preserves one copy of `tests/test_data/sample_feats.pickle.gz` for unit

tests in test_data_transforms.py
parent 8baae516
......@@ -46,4 +46,4 @@ echo "Downloading AlphaFold parameters..."
bash scripts/download_alphafold_params.sh openfold/resources
# Decompress test data
gunzip tests/test_data/sample_feats.pickle.gz
gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.pickle
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment