MCPcopy Create free account
hub / github.com/PythonOT/POT / isnan

Method isnan

ot/backend.py:1223–1224  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

1221 return np.any(a)
1222
1223 def isnan(self, a):
1224 return np.isnan(a)
1225
1226 def isinf(self, a):
1227 return np.isinf(a)

Callers

nothing calls this directly

Calls 1

isnanMethod · 0.45

Tested by

no test coverage detected