diff options
author | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-10 17:13:56 +0200 |
commit | 5deab80f3d11bc3cda4e912f2b26580f3156728e (patch) | |
tree | 4760ba64e914f09312bf9f856d2fac52051937fa /tests/polarisation_check.c | |
parent | 76d06dbf880d376ccb12c3eeaa64dceeb2409781 (diff) |
polarisation_check: Fit into timeout
However, this test doesn't actually test anything. A comparison against
a reference image would be good.
Diffstat (limited to 'tests/polarisation_check.c')
-rw-r--r-- | tests/polarisation_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/polarisation_check.c b/tests/polarisation_check.c index 60c3770c..3f4d57e4 100644 --- a/tests/polarisation_check.c +++ b/tests/polarisation_check.c @@ -56,8 +56,8 @@ int main(int argc, char *argv[]) const int ntrial = 1000; /* NB must match polarisation_check.geom */ - const int w = 512; - const int h = 512; + const int w = 256; + const int h = 256; rng = gsl_rng_alloc(gsl_rng_mt19937); |