Skip to content

Commit

Permalink
change test order
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed May 21, 2022
1 parent 8ee9005 commit e16cece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Empty file modified conda-recipe/build.sh
100644 → 100755
Empty file.
8 changes: 3 additions & 5 deletions conda-recipe/run_test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ set -u
set -v
set -e

#Python tests for the installed validphys package
pytest --pyargs --mpl validphys

platformstr=`uname`

# skip n3fit tests on mac
Expand All @@ -15,6 +12,9 @@ else
echo "Skipping tests on Mac"
fi

#Python tests for the installed validphys package
pytest --pyargs --mpl validphys

mkdir bldtest
cd bldtest
cmake .. -DENABLE_TESTS=ON -DBURN_TAG=OFF
Expand All @@ -24,5 +24,3 @@ make catch_test -j
#Check that filter an chi2check run
vp-setupfit --legacy ../nnpdfcpp/config/testconfig.yml
chi2check testconfig NNPDF31_nnlo_as_0118


0 comments on commit e16cece

Please sign in to comment.