From 53ec17eb77877c02579ef768c7556410a118129f Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 27 Oct 2022 11:41:12 -0500 Subject: [PATCH] fix comment --- openmc/weight_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/weight_windows.py b/openmc/weight_windows.py index 5b43331c00..44de640412 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -166,7 +166,7 @@ class WeightWindows(IDManagerMixin): # TODO: add ability to check mesh equality - # check a few more attributes directly + # check several attributes directly attrs = ('particle_type', 'survival_ratio', 'max_lower_bound_ratio',