Skip to content

Commit

Permalink
Merge branch 'master' into #298
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabytprowe committed Mar 20, 2013
2 parents 1369da4 + 6192375 commit 4e741a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For a list of places to download Python, see http://www.python.org/getit/.

The GalSim package also requires

* the numerical Python module NumPy (http://numpy.scipy.org)
* the numerical Python module NumPy (http://www.numpy.org)

* the astronomical FITS file input/output module PyFITS
(http://www.stsci.edu/institute/software_hardware/pyfits)
Expand Down
2 changes: 1 addition & 1 deletion tests/run_all_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
python=python
for test in `ls test*.py`
do
Expand Down
1 change: 1 addition & 0 deletions tests/test_lensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
import numpy as np
import os
import sys

try:
import galsim
Expand Down

0 comments on commit 4e741a7

Please sign in to comment.