Skip to content

Commit

Permalink
error_prop.fluxes_derived_prop: Delete unneeded np.savez calls (iss #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 27, 2020
1 parent 34290d1 commit fab7db5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Metallicity_Stack_Commons/error_prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,3 @@ def fluxes_derived_prop(path, binned_data=True):
else:
print("Writing : "+npz_outfile)
np.savez(npz_outfile, **dict_input)

np.savez(join(path, 'metal_errors.npz'), **metal_error)
np.savez(join(path, 'metal_peaks.npz'), **metal_peak)

0 comments on commit fab7db5

Please sign in to comment.