astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
231 stars 131 forks source link

Replace assert_array_equal with assert_equal #1752

Closed larrybradley closed 1 month ago

larrybradley commented 1 month ago

assert_array_equal runs np.asanyarray on the inputs and thus is not needed if the inputs are already arrays.