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

Method isnan

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

Source from the content-addressed store, hash-verified

1634 return jnp.any(a)
1635
1636 def isnan(self, a):
1637 return jnp.isnan(a)
1638
1639 def isinf(self, a):
1640 return jnp.isinf(a)

Callers

nothing calls this directly

Calls 1

isnanMethod · 0.45

Tested by

no test coverage detected