From 1cf2265ec90e17a0ce88d9d1809c396ee9d28122 Mon Sep 17 00:00:00 2001 From: ahmedk <karim.ahmed@xfel.eu> Date: Wed, 3 Aug 2022 16:33:11 +0200 Subject: [PATCH] update worker number from 15 to 25 --- notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb index 11a7a5a2d..0007b09ba 100644 --- a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb @@ -287,7 +287,7 @@ "noise_map = dict()\n", "offset_map = dict()\n", "badpixels_map = dict()\n", - "context = psh.ProcessContext(num_workers=15)\n", + "context = psh.ProcessContext(num_workers=25)\n", "\n", "empty_lut = (np.arange(2 ** 12).astype(np.float64) * 2 ** 10 / 2 ** 12).astype(\n", " np.uint16\n", -- GitLab