Kotlin / kotlin-numpy

Kotlin bindings for NumPy
Apache License 2.0
316 stars 11 forks source link

Fatal error on index out of bounds #2

Closed nikitinas closed 4 years ago

nikitinas commented 4 years ago

This code in Jupyter notebook crashes kernel with fatal error

%use numpy
arange(15).reshape(3,5)[10]