Skip to content

Commit

Permalink
added magerrors return to c.calc_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
smartin2umd committed Nov 17, 2020
1 parent d8278dc commit fe8a154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/combFilterDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion siggi/calcIG.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def calc_colors(self, sed_list, return_all=False):

if return_all is True:
return np.array(sed_colors), np.array(color_errors), snr_values,\
sed_mag_list, sky_mags
sed_mag_list, mag_errors, sky_mags

return np.array(sed_colors), np.array(color_errors)

Expand Down

0 comments on commit fe8a154

Please sign in to comment.