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

Method isfinite

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

Source from the content-addressed store, hash-verified

1855 return value
1856
1857 def isfinite(self, a):
1858 return jnp.isfinite(a)
1859
1860 def array_equal(self, a, b):
1861 return jnp.array_equal(a, b)

Callers

nothing calls this directly

Calls 1

isfiniteMethod · 0.45

Tested by

no test coverage detected