From 66ff5b873de7095ef9d9704aca0f46dd8ad7d823 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 31 Jul 2022 00:51:34 -0500 Subject: [PATCH] Adding missing docstring --- openmc/filter.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmc/filter.py b/openmc/filter.py index 432ea1599b..989f5d762a 100644 --- a/openmc/filter.py +++ b/openmc/filter.py @@ -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