aboutsummaryrefslogtreecommitdiff
path: root/tests/polarisation_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/polarisation_check.c')
-rw-r--r--tests/polarisation_check.c4
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);