test_ok1/changelog/12114.bugfix.rst

2 lines
198 B
ReStructuredText

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.