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

Method isnan

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

Source from the content-addressed store, hash-verified

3028 return tnp.any(a)
3029
3030 def isnan(self, a):
3031 return tnp.isnan(a)
3032
3033 def isinf(self, a):
3034 return tnp.isinf(a)

Callers

nothing calls this directly

Calls 1

isnanMethod · 0.45

Tested by

no test coverage detected