Update to eff docstring

This commit is contained in:
Patrick Shriwise 2022-09-17 09:50:31 -05:00
parent 3c9e359a57
commit 848c0f3e0b

View file

@ -1887,9 +1887,8 @@ class EnergyFunctionFilter(Filter):
y : iterable of Real
A grid of interpolant values in [eV]
interpolation : str
The type of interpolation to be used. One of
('histogram', 'linear-linear', 'linear-log', 'log-linear',
'log-log', 'quadratic', 'cubic')
Interpolation scheme: {'histogram', 'linear-linear', 'linear-log',
'log-linear', 'log-log', 'quadratic', 'cubic'}
id : int
Unique identifier for the filter
num_bins : Integral