-
Notifications
You must be signed in to change notification settings - Fork 22
Pull requests: spacetelescope/pysynphot
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Removed np.alltrue statement and replaced with np.all for numpy>2.0
#164
opened Jun 20, 2025 by
s-goldman
Loading…
replace usages of
numpy.alltrue()
with numpy.all()
/ numpy.any(!)
#157
opened Jul 9, 2024 by
zacharyburnett
Loading…
ProTip!
Exclude everything labeled
bug
with -label:bug.