From c0d70ec77ef264c478d2079b1cac6b9c2eba0797 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 29 Aug 2019 15:52:45 +0200 Subject: prediction_gradient_check: Reduce bandwidth Gradients are only correct for monochromatic radiation --- tests/prediction_gradient_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/prediction_gradient_check.c b/tests/prediction_gradient_check.c index 2e212083..d61b7a8a 100644 --- a/tests/prediction_gradient_check.c +++ b/tests/prediction_gradient_check.c @@ -416,7 +416,7 @@ int main(int argc, char *argv[]) image.lambda = ph_en_to_lambda(eV_to_J(8000.0)); image.div = 1e-3; - image.bw = 0.01; + image.bw = 0.00001; image.filename = malloc(256); image.spectrum = spectrum_generate_gaussian(image.lambda, image.bw); -- cgit v1.2.3