From 09ede48c5acaaf0d05056ec6fa7cda5d26c3014a Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Sun, 24 Mar 2024 16:36:23 +0000 Subject: [PATCH] likelihood check moved to autofit --- test_autolens/config/general.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_autolens/config/general.yaml b/test_autolens/config/general.yaml index 824254fa0..05d689509 100644 --- a/test_autolens/config/general.yaml +++ b/test_autolens/config/general.yaml @@ -36,8 +36,7 @@ profiling: perform: true repeats: 1 test: - check_figure_of_merit_sanity: false - bypass_figure_of_merit_sanity: true + check_likelihood_function: true # if True, when a search is resumed the likelihood of a previous sample is recalculated to ensure it is consistent with the previous run. check_preloads: false exception_override: false preloads_check_threshold: 1.0 # If the figure of merit of a fit with and without preloads is greater than this threshold, the check preload test fails and an exception raised for a model-fit.