julywater / WeakLensing

1 stars 0 forks source link

remove while loops from mh.py #1

Open davidwhogg opened 11 years ago

davidwhogg commented 11 years ago

There are lots of while loops where you append variables that would be one-shot using numpy. Note that random() can give you a list of random numbers!