From 5482c2cd3f84729a255a7e848cf3774dc3029f28 Mon Sep 17 00:00:00 2001 From: DeWeatherman Date: Mon, 11 Apr 2022 13:01:48 +0200 Subject: [PATCH] Fixed typo in warning: -safe to ignore instead of -save to ignore --- pyOptimalEstimation/pyOEcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyOptimalEstimation/pyOEcore.py b/pyOptimalEstimation/pyOEcore.py index 08e5b8a..6ac5594 100644 --- a/pyOptimalEstimation/pyOEcore.py +++ b/pyOptimalEstimation/pyOEcore.py @@ -1571,7 +1571,7 @@ def _estimateChi2(S, z, atol=1e-5): dofs = np.sum(notNull) if dofs != len(notNull): print('Warning. Singular Matrix with rank %i instead of %i. ' - '(This is typically save to ignore) ' % + '(This is typically safe to ignore) ' % (dofs, len(notNull))) # Rodgers eq. 12.1