Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 307 Bytes

21595.new_feature.rst

File metadata and controls

5 lines (5 loc) · 307 Bytes

strict option for testing.assert_array_equal

The strict option is now available for testing.assert_array_equal. Setting strict=True will disable the broadcasting behaviour for scalars and ensure that input arrays have the same data type.