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

Method maximum

ot/backend.py:1187–1188  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

1185 return np.min(a, axis, keepdims=keepdims)
1186
1187 def maximum(self, a, b):
1188 return np.maximum(a, b)
1189
1190 def minimum(self, a, b):
1191 return np.minimum(a, b)

Callers

nothing calls this directly

Calls 1

maximumMethod · 0.45

Tested by

no test coverage detected