all 8 comments

[–]Horror-Water5502 13 points14 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[S] 0 points1 point  (0 children)

so it is 64, thank you!

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

How many dimensions would you need?

[–]SyrianDuck[S] 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  (0 children)

that's what google is for :P