From 73fbd49dcc14f38f2187ac19234c148e60fa063f Mon Sep 17 00:00:00 2001 From: Tyler Cox Date: Thu, 6 Feb 2025 12:17:18 -0800 Subject: [PATCH] fix typo --- hera_filters/dspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hera_filters/dspec.py b/hera_filters/dspec.py index 76ae82d..17ad408 100644 --- a/hera_filters/dspec.py +++ b/hera_filters/dspec.py @@ -2995,7 +2995,7 @@ def separable_linear_fit_2D( axis_2_basis: np.ndarray ) -> np.ndarray: """ - Solves a separable linear least-squares problem using weighted basis basis. + Solves a separable linear least-squares problem using weighted basis. This function fits the input `data` using a least-squares approach with separable weighting along two axes. The solution is computed using pseudo-inverses.