mtakahiro/gsf

redshift iteration does not show a proper template

Closed this issue · 1 comments

This is caused by numpy interpolation on uneven data array. Will be fixed soon.

np.interp is now replaced by scipy.interp1d. This returns right behavior.