mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
207 stars 122 forks source link

Fix deprecation warning for DGS Planner #37586

Open SilkeSchomann opened 1 week ago

SilkeSchomann commented 1 week ago

Describe the outcome that is desired.

DGS Planner shows a deprecation warning when opening the interface: 'alltrue' is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use 'all' instead.

It would be good to fix this.