File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ class _fromnxfunction_allargs(_fromnxfunction):
76
76
def __call__ (self , * args : Incomplete , ** params : Incomplete ) -> Incomplete : ...
77
77
78
78
class MAxisConcatenator (AxisConcatenator ):
79
+ @staticmethod
80
+ def concatenate (arrays : Incomplete , axis : int = 0 ) -> Incomplete : ... # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
79
81
@classmethod
80
82
def makemat (cls , arr : Incomplete ) -> Incomplete : ... # type: ignore[override] # pyright: ignore[reportIncompatibleVariableOverride]
81
83
Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ numpy.f2py.symbolic
22
22
numpy.f2py.((cb|common|f90mod|use)_)?rules
23
23
24
24
numpy.ma.testutils
25
- numpy.ma.extras.MAxisConcatenator.concatenate
26
25
numpy.ma.mrecords.fromtextfile
You can’t perform that action at this time.
0 commit comments