Skip to content

Commit

Permalink
Update test_calcIG.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach authored Nov 17, 2020
1 parent 4d95d25 commit 3c2be88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_calcIG.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ def test_calc_colors(self):
ref_filter=total_filt_dict_2['filter_0'],
phot_params=self.phot_params)

colors2, errors2, snr2, mags2, magerrors2, sky_m2 = test_c2.calc_colors(
[sed_1],
return_all=True)
colors2, errors2, snr2, mags2, mag_errors2, sky_m2 = \
test_c2.calc_colors([sed_1], return_all=True)

np.testing.assert_almost_equal(sky_mags, sky_m2)

Expand Down

0 comments on commit 3c2be88

Please sign in to comment.