Skip to content

Instantly share code, notes, and snippets.

@FrancescAlted
Created September 12, 2022 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancescAlted/7661ce12342886f43e307489358e74a7 to your computer and use it in GitHub Desktop.
Save FrancescAlted/7661ce12342886f43e307489358e74a7 to your computer and use it in GitHub Desktop.
import iarray as ia
shape = (40_000, 40_000)
ia.set_config_defaults(dtype=np.float32, fp_mantissa_bits=15)
rand_data = ia.random.random_sample(shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment