Closed sousasag closed 1 month ago
Hi Sérgio,
1) So you fixed it with adding fill_value='extrapolate'
? Do you think this is a suitable idea in general?
2) How was the installation process?
Hi,
Hi,
Yes, let's implement the automatic solution proposed by Sergio to this potential issue regarding the spectral borders, for which in the previous version of the code the user had to adjust manually a variable.
Thank you both for your feedback.
The pull request is ready.
The error is below. I patch this on my instalation allowing extrapolation in the interp1d function:
f2 = interp1d(self.wavelength, self.flux, kind="linear", fill_value='extrapolate')
f2 = interp1d(wave_rv, self.flux, kind="linear", fill_value='extrapolate')