_recommend assumes sorted node/core grids; CLI doesn't sort user input
#11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
estimate.py:87-99usescore_grid[-1]as "biggest" and sweeps knees in list order;--cores 32,8,16fromcli.py:99-100silently yields nonsense recommendations.Implementation:
cli.py(and defensively inestimate()).Fixed and merged to main (commit
837b885).