Skip to content

Commit

Permalink
One more step in the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelever committed Jul 12, 2023
1 parent b0fecd1 commit caece3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -ex

# Set up a temporary testing directory (to not interfere with a pipeline run)

mkdir testing_dir
mkdir testing_dir/data

Expand All @@ -16,6 +15,9 @@ cp -r pipeline/predefined testing_dir
# Copy the small test dataset into the data directory
gzip -c test_documents.json > testing_dir/data/alldocuments.json.gz

# Make a directory that (in a full run) would contain the preprocessed PubMed files
mkdir data/pubmed_corona

# Set up a dummy empty old release of CoronaCentral
rm -fr last_release
mkdir last_release
Expand Down

0 comments on commit caece3f

Please sign in to comment.