From fdbc50e226c9be5c7fc8a614052b265cd80dfe78 Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Wed, 11 Dec 2024 20:04:56 +0000 Subject: [PATCH] increase conda test tolerance --- conda-recipe/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index bc909ec879..25d2f66d57 100644 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -5,7 +5,7 @@ set -e # Python tests for the installed validphys package # Note that the default tolerance in the conda test is higher than the pip test -pytest --pyargs --mpl validphys --mpl-default-tolerance 22 +pytest --pyargs --mpl validphys --mpl-default-tolerance 24 platformstr=`uname`