diff options
author | Thomas White <taw@physics.org> | 2020-06-26 12:16:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | b5739bdf2436f373cfa3a619cf2e9f45d8d71638 (patch) | |
tree | 3828eaed518fa4955c96f392fae9b017b93c7fcb /tests | |
parent | a516c22351f8c57d66e2a51a22c41e143fa00370 (diff) |
cellcompare_check: Reduce ntrials to 5
Makes this test take 30 seconds instead of a minute
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cellcompare_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) }; |