File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1406,23 +1406,6 @@ def test_no_order(self):
1406
1406
s .interpolate (method = 'polynomial' )
1407
1407
with tm .assertRaises (ValueError ):
1408
1408
s .interpolate (method = 'spline' )
1409
-
1410
- < << << << HEAD
1411
- < << << << HEAD
1412
- == == == =
1413
- # GH #10633
1414
- def test_order_spline_interpolation (self ):
1415
- tm ._skip_if_no_scipy ()
1416
- np .random .seed (1 )
1417
- s = Series (np .arange (10 )** 2 )
1418
- s [np .random .randint (0 ,9 ,3 )] = np .nan
1419
- result1 = s .interpolate (method = 'spline' , order = 1 )
1420
- expected1 = s .interpolate (method = 'spline' , order = 1 )
1421
- assert_series_equal (result1 , expected1 )
1422
- >> >> >> > 5 a5407e ... updating examples and the bug fix
1423
- == == == =
1424
- >> >> >> > 027 a5e7 ... Updating based on feedback
1425
-
1426
1409
1427
1410
def test_spline (self ):
1428
1411
tm ._skip_if_no_scipy ()
You can’t perform that action at this time.
0 commit comments