From 58b1a80b64011fc608232bed0522b991fbb93185 Mon Sep 17 00:00:00 2001 From: Olek <45364492+yardasol@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:02:09 -0500 Subject: [PATCH 1/2] small grammar fix in Settings.temperature docstring --- openmc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/settings.py b/openmc/settings.py index ad5a9b28a..5aaebdfe4 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -188,7 +188,7 @@ class Settings: Kelvin. The value for 'method' should be 'nearest' or 'interpolation'. If the method is 'nearest', 'tolerance' indicates a range of temperature within which cross sections may be used. The value for 'range' should be - a pair a minimum and maximum temperatures which are used to indicate + a pair of a minimum and maximum temperature which are used to indicate that cross sections be loaded at all temperatures within the range. 'multipole' is a boolean indicating whether or not the windowed multipole method should be used to evaluate resolved resonance cross From 89ba5afb6ccd4c6e81824b149b29a8d734e98b36 Mon Sep 17 00:00:00 2001 From: Olek <45364492+yardasol@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:36:36 -0500 Subject: [PATCH 2/2] Use @lewisgross1296 suggestion Co-authored-by: Lewis Gross <43077972+lewisgross1296@users.noreply.github.com> --- openmc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/settings.py b/openmc/settings.py index 5aaebdfe4..d60c6cb64 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -188,7 +188,7 @@ class Settings: Kelvin. The value for 'method' should be 'nearest' or 'interpolation'. If the method is 'nearest', 'tolerance' indicates a range of temperature within which cross sections may be used. The value for 'range' should be - a pair of a minimum and maximum temperature which are used to indicate + a pair of minimum and maximum temperatures which are used to indicate that cross sections be loaded at all temperatures within the range. 'multipole' is a boolean indicating whether or not the windowed multipole method should be used to evaluate resolved resonance cross