Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucheng-Zhang committed Apr 28, 2019
1 parent 4859fed commit 3aa3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def label_bounds(data, jkr, ll):
def save_data(data, fn):
'''Save the output data with jk label.'''
header = 'RA DEC redshift weight jackknife'
fmt = '% .15e % .15e % .15e % .15e %>8d'
fmt = '% .15e % .15e % .15e % .15e %8d'
np.savetxt(fn, data, fmt=fmt, header=header)
print(':: Data written to file: {}'.format(fn))

Expand Down

0 comments on commit 3aa3ae6

Please sign in to comment.