Julia bug using numpy

Hi there!

  1. This is intended behavior. Use a[np.argmax(a) + 1] to convert from 0-indexed to 1-index.
  2. Why use numpy? Julia has everything and more…
10 Likes