From 8c6d14ed23d4e3d4fc8ed349943215d76b95c41c Mon Sep 17 00:00:00 2001 From: Sam Shaner Date: Thu, 19 Nov 2015 16:50:11 -0500 Subject: [PATCH] added default in doc string for tally summation remove_filter --- openmc/tallies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/tallies.py b/openmc/tallies.py index c8090fc176..c24bc2d4d6 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -2461,7 +2461,7 @@ class Tally(object): (e.g., ['U-235', 'U-238']; default is []) remove_filter : bool If a filter is being summed over, this bool indicates whether to - remove that filter in the returned tally. + remove that filter in the returned tally. Default is False. Returns -------