From 14f470e861b1acb0a04f141d3dac8c2e41c4e8c2 Mon Sep 17 00:00:00 2001
From: Danilo Ferreira de Lima <danilo.enoque.ferreira.de.lima@xfel.de>
Date: Tue, 7 Nov 2023 15:36:34 +0100
Subject: [PATCH] Typo fix

---
 pes_to_spec/model.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pes_to_spec/model.py b/pes_to_spec/model.py
index b76700b..726921e 100644
--- a/pes_to_spec/model.py
+++ b/pes_to_spec/model.py
@@ -60,7 +60,7 @@ def fwhm(x: np.ndarray, y: np.ndarray) -> float:
     right_idx = np.where(d < 0)[-1][-1]
     return x[right_idx] - x[left_idx]
 
-def deconv(y: np.ndarray, yhat: np.ndarray) -> Dict[str, Any]
+def deconv(y: np.ndarray, yhat: np.ndarray) -> Dict[str, Any]:
     """Given the grating spectrometer data and the virtual spectrometer data,
     calculate the deconvolution between them.
     """
-- 
GitLab