Skip to content

updated argmin to idxmin

Georges Kordopatis requested to merge master into main

np.argmin got deprecated causing the code to crash with machine that had up-to-date numpy. This has now been replaced with idxmin

Merge request reports