From ec220fa9899e92869f8a110987c9dd3282fb7ac1 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 17 May 2023 20:45:04 +0100 Subject: [PATCH] updated doc string type for tally.nuclide (#2526) --- openmc/tallies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/tallies.py b/openmc/tallies.py index 492336f7e..596b324bb 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -56,7 +56,7 @@ class Tally(IDManagerMixin): Name of the tally filters : list of openmc.Filter List of specified filters for the tally - nuclides : list of openmc.Nuclide + nuclides : list of str List of nuclides to score results for scores : list of str List of defined scores, e.g. 'flux', 'fission', etc.