Respond to comments on #692 and make a few little fixes

This commit is contained in:
Paul Romano 2016-08-08 06:49:24 -05:00
parent a15e493dab
commit d8b9d78a23
5 changed files with 17 additions and 6 deletions

View file

@ -97,7 +97,7 @@ class Tabulated1D(object):
if self.interpolation[k] == 1:
# Histogram
y[contined] = yi
y[contained] = yi
elif self.interpolation[k] == 2:
# Linear-linear