Adding missing docstring

This commit is contained in:
Patrick Shriwise 2022-07-31 00:51:34 -05:00
parent 7ea116c89f
commit 66ff5b873d

View file

@ -1875,6 +1875,9 @@ class EnergyFunctionFilter(Filter):
A grid of energy values in [eV]
y : iterable of Real
A grid of interpolant values in [eV]
interpolation : str
The type of interpolation to be used.
One of ('linear-linear', 'log-log')
filter_id : int
Unique identifier for the filter
@ -1885,7 +1888,7 @@ class EnergyFunctionFilter(Filter):
y : iterable of Real
A grid of interpolant values in [eV]
interpolation : str
Used to indicate the type of interpolation used.
The type of interpolation to be used.
One of ('linear-linear', 'log-log')
id : int
Unique identifier for the filter