Skip to content

Commit

Permalink
Getting ONNX test files from fccsw site (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Feb 5, 2024
1 parent bb9370d commit 9bdfdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/get_test_inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export TEST_INPUT_DATA_DIR
cd $TEST_INPUT_DATA_DIR

# retrieve Weaver tests inputs
wget https://key4hep.web.cern.ch/key4hep/testFiles/weaverInference/preprocess.json > /dev/null 2>&1
wget https://key4hep.web.cern.ch/key4hep/testFiles/weaverInference/fccee_flavtagging_dummy.onnx > /dev/null 2>&1
curl -O -L https://fccsw.web.cern.ch/fccsw/testsamples/fccanalyses/weaver-inference/preprocess.json > /dev/null 2>&1
curl -O -L https://fccsw.web.cern.ch/fccsw/testsamples/fccanalyses/weaver-inference/fccee_flavtagging_dummy.onnx > /dev/null 2>&1

# announce where we store variables to the outside
echo -n $TEST_INPUT_DATA_DIR

0 comments on commit 9bdfdf9

Please sign in to comment.