Julia Programming Language
Julia bug using numpy
Tooling
pycall
,
bug
,
array
,
python
,
arrays
odow
May 6, 2021, 10:11am
2
Hi there!
This is intended behavior. Use
a[np.argmax(a) + 1]
to convert from 0-indexed to 1-index.
Why use numpy? Julia has everything and more…
10 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Argmax returns wrong value
General Usage
question
13
853
November 23, 2022
Inconsistent behaviour of argmax
General Usage
2
103
December 5, 2025
Find index of maximum value of array
New to Julia
question
1
13310
December 9, 2020
Argmax() -> vector of index result
General Usage
maxima
5
812
February 16, 2022
How to perform an argmax / argmin on a subset of a vector?
New to Julia
array
21
6480
October 30, 2021