check_bounds_contains_broadcasting#
- lsst.images.tests.check_bounds_contains_broadcasting(bounds: Bounds) None#
Verify that
containsaccepts array-like inputs.Uses the scalar overload as the reference and checks that 1-D arrays, list inputs, mixed scalar-plus-array inputs, 2-D broadcast inputs, and
XY/YXpositional-argument forms all produce results consistent with calling the scalar overload on each(x, y)pair individually.Parameters#
- bounds
The
Boundsimplementation to exercise.