Skip to content

Commit

Permalink
Fixed typo in warning: -safe to ignore instead of -save to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
deweatherman authored and maahn committed Apr 11, 2022
1 parent 775f955 commit 5482c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyOptimalEstimation/pyOEcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5482c2c

Please sign in to comment.