From ce3dc48065c44471bcfee7b454c81ff876d8ac14 Mon Sep 17 00:00:00 2001 From: Alessio Berti <alessioberti90@gmail.com> Date: Tue, 10 Mar 2020 16:55:19 +0100 Subject: [PATCH] Corrected name of keyword 'time_limit' to 'max_time_diff'. --- CrabNebula.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CrabNebula.yaml b/CrabNebula.yaml index 1cbb3a5..fc6ecf6 100644 --- a/CrabNebula.yaml +++ b/CrabNebula.yaml @@ -47,7 +47,7 @@ image_cleaning: time_thresholds: # 1.5 slices x 1.64 GHz - time_limit: 2.46 + max_time_diff: 2.46 # 4.5 slices x 1.64 GHz max_time_off: 7.38 min_number_neighbors: 1 -- GitLab