Skip to content

Commit 847ffa9

Browse files
committed
test_fix no longer fails
1 parent 4809140 commit 847ffa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantities/tests/test_umath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def test_ceil(self):
154154
[-1., -1., -0., 1., 2., 2., 2.] * pq.m
155155
)
156156

157-
@unittest.expectedFailure
158157
def test_fix(self):
159158
try:
160159
self.assertQuantityEqual(np.fix(3.14 * pq.degF), 3.0 * pq.degF)

0 commit comments

Comments
 (0)