Skip to content

Commit 263d10c

Browse files
jswhit2jswhit2
authored andcommitted
temporarily enable cibuildwheel test for all pushes, fix stubtest error in test
1 parent f426c4f commit 263d10c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Wheels
33
on:
44
pull_request:
55
push:
6-
tags:
7-
- "v*"
8-
release:
9-
types:
10-
- published
6+
# tags:
7+
# - "v*"
8+
# release:
9+
# types:
10+
# - published
1111

1212
permissions:
1313
contents: read

test/test_masked2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def setUp(self):
6565
# assign masked array to that variable with one missing value.
6666
data =\
6767
ma.MaskedArray([1.5678,99.99,3.75145,4.127654],mask=np.array([False,True,False,False],np.bool_))
68-
data.mask[1]=True
6968
v[:] = data
7069
f.close()
7170

0 commit comments

Comments
 (0)