MCPcopy Index your code
hub / github.com/pydata/xarray / warn_on_deficient_rank

Function warn_on_deficient_rank

xarray/core/nputils.py:260–262  ·  view source on GitHub ↗
(rank, order)

Source from the content-addressed store, hash-verified

258
259
260def warn_on_deficient_rank(rank, order):
261 if rank != order:
262 warnings.warn("Polyfit may be poorly conditioned", RankWarning, stacklevel=2)
263
264
265def least_squares(lhs, rhs, rcond=None, skipna=False):

Callers 2

_nanpolyfit_1dFunction · 0.85
least_squaresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…