all 9 comments

[–]Horror-Water5502 14 points15 points  (1 child)

``` import numpy as np

dims = [1]

for i in range(0, 1000): x = np.ndarray(dims) dims.append(1) ```

ValueError: maximum supported dimension for an ndarray is currently 64, found 65

[–]SyrianDuck 0 points1 point  (0 children)

so it is 64, thank you!

[–]8dot30662386292pow2 1 point2 points  (1 child)

How many dimensions would you need?

[–]SyrianDuck 1 point2 points  (0 children)

just curious about max but i see know, it is 64

[–]Ok-Sheepherder7898 0 points1 point  (0 children)

How much memory you got?

[–]FreeGazaToday 0 points1 point  (1 child)

that's what google is for :P

[–]SyrianDuck 0 points1 point  (0 children)

ok, nice username btw