Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Mar 30, 2016
1 parent b91e078 commit 7f4b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linetools/spectra/xspectrum1d.py
Expand Up @@ -779,7 +779,7 @@ def splice(self, spec2, wvmx=None, scale=1.):
new_sig = None

# Continuum
if self.sig_is_set:
if self.co_is_set:
new_co = np.concatenate((self.co, spec2.co[gdp] * scale))
else:
new_co = None
Expand Down

0 comments on commit 7f4b83e

Please sign in to comment.