Skip to content

Instantly share code, notes, and snippets.

@takluyver
Last active May 26, 2016 11:04
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 takluyver/1b753bc89f5b4f32c0859657c0adf7b5 to your computer and use it in GitHub Desktop.
Save takluyver/1b753bc89f5b4f32c0859657c0adf7b5 to your computer and use it in GitHub Desktop.
import numpy
def f():
a = numpy.random.random(1e8)
raise Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment