Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 198 Bytes

12114.bugfix.rst

File metadata and controls

1 lines (1 loc) · 198 Bytes

Fixed attribute error in pytest.approx for types implicitly convertible to numpy arrays by converting other_side to a numpy array so that np_array_shape != other_side.shape can be properly checked.