@@ -910,12 +910,12 @@ def test_constructor_with_naive_string_and_datetimetz_dtype(self, arg):
910
910
assert_series_equal (result , expected )
911
911
912
912
@pytest .mark .parametrize ("a" , [
913
- np .array (['2263-01-01' ], dtype = 'datetime64[D]' ),
914
- np .array ([datetime (2263 , 1 , 1 )], dtype = object ),
915
- np .array ([np .datetime64 ('2263-01-01' , 'D' )], dtype = object ),
916
- np .array (["2263-01-01" ], dtype = object )
917
- ], ids = ['datetime64[D]' , 'object-datetime.datetime' ,
918
- 'object-numpy-scalar' , 'object-string' ])
913
+ np .array (['2263-01-01' ], dtype = 'datetime64[D]' ),
914
+ np .array ([datetime (2263 , 1 , 1 )], dtype = object ),
915
+ np .array ([np .datetime64 ('2263-01-01' , 'D' )], dtype = object ),
916
+ np .array (["2263-01-01" ], dtype = object )
917
+ ], ids = ['datetime64[D]' , 'object-datetime.datetime' ,
918
+ 'object-numpy-scalar' , 'object-string' ])
919
919
def test_constructor_datetime_outofbound (self , a ):
920
920
# GH-26853 (+ bug GH-26206 out of bound non-ns unit)
921
921
0 commit comments