From b5739bdf2436f373cfa3a619cf2e9f45d8d71638 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Jun 2020 12:16:09 +0200 Subject: cellcompare_check: Reduce ntrials to 5 Makes this test take 30 seconds instead of a minute --- tests/cellcompare_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cellcompare_check.c') diff --git a/tests/cellcompare_check.c b/tests/cellcompare_check.c index 129fa367..695d6258 100644 --- a/tests/cellcompare_check.c +++ b/tests/cellcompare_check.c @@ -262,7 +262,7 @@ int main(int argc, char *argv[]) UnitCell *cell, *cref; gsl_rng *rng; int i; - const int ntrial = 10; + const int ntrial = 5; double tols[] = { 0.01, 0.01, 0.01, deg2rad(1.0), deg2rad(1.0), deg2rad(1.0) }; -- cgit v1.2.3