replace usages of numpy.alltrue()
with numpy.all()
/ numpy.any(!)
#157
Open
zacharyburnett wants to merge 1 commit intospacetelescope:master from zacharyburnett:fix/deprecations
+6-6
numpy.alltrue()
with numpy.all()
/ numpy.any(!)
#157