Skip to content

Commit 68d5efb

Browse files
committed
change to pass on np_dev
1 parent 78ced4c commit 68d5efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/internals/blocks.py

+1
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,7 @@ def func(cond, values, other):
13501350
# might need to separate out blocks
13511351
axis = cond.ndim - 1
13521352
cond = cond.swapaxes(axis, 0)
1353+
13531354
mask = np.array([cond[i].all() for i in range(cond.shape[0])],
13541355
dtype=bool)
13551356

0 commit comments

Comments
 (0)