Skip to content

Commit

Permalink
minor code style clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Mar 21, 2019
1 parent 9157298 commit b24d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitarget/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def write_gfas(filename, data, indir=None, nside=None, survey="?",
fitsio.write(filename, data, extname='GFA_TARGETS', header=hdr, clobber=True)


def write_randoms(filename, data, indir=None, hdr=None, nside=None,
def write_randoms(filename, data, indir=None, hdr=None, nside=None,
density=None, resolve=True):
"""Write a catalogue of randoms and associated pixel-level information.
Expand Down

0 comments on commit b24d108

Please sign in to comment.