Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ eqmask
Function
eqmask
numpy/ma/tests/test_old_ma.py:869–874 ·
view source on GitHub ↗
(m1, m2)
Source
from the content-addressed store, hash-verified
867
868
869
def
eqmask(m1, m2):
870
if
m1 is nomask:
871
return
m2 is nomask
872
if
m2 is nomask:
873
return
m1 is nomask
874
return
(m1 == m2).all()
Callers
1
test_testUfuncRegression
Method · 0.85
Calls
1
all
Method · 0.45
Tested by
no test coverage detected