Skip to content

Instantly share code, notes, and snippets.

@jameskyle
Created April 6, 2016 21:52
Show Gist options
  • Save jameskyle/e20fd6c887c198ff52543c4448c5d767 to your computer and use it in GitHub Desktop.
Save jameskyle/e20fd6c887c198ff52543c4448c5d767 to your computer and use it in GitHub Desktop.
import numpy as np
a = np.ones(shape=(1e9,), dtype=int)
print(a.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment