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

Method isfinite

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

Source from the content-addressed store, hash-verified

3295 return value
3296
3297 def isfinite(self, a):
3298 return tnp.isfinite(a)
3299
3300 def array_equal(self, a, b):
3301 return tnp.array_equal(a, b)

Callers

nothing calls this directly

Calls 1

isfiniteMethod · 0.45

Tested by

no test coverage detected