Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Sep 2, 2017
1 parent 53e5af0 commit 69759d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_BANE.py
Expand Up @@ -14,6 +14,7 @@
logging.basicConfig(format="%(module)s:%(levelname)s %(message)s")
log = logging.getLogger("Aegean")


def test_sigmaclip():
# normal usage case
data = np.random.random(100)
Expand Down Expand Up @@ -62,6 +63,7 @@ def test_filter_image():
assert os.path.exists(bkg)
os.remove(bkg)


if __name__ == "__main__":
# introspect and run all the functions starting with 'test'
for f in dir():
Expand Down

0 comments on commit 69759d2

Please sign in to comment.