From ad0fc1fbb3d49a62ba74ad8114db76fb3410c399 Mon Sep 17 00:00:00 2001 From: Amelia J Trainer Date: Thu, 8 Apr 2021 16:42:58 -0400 Subject: [PATCH] Update openmc/filter.py Co-authored-by: Paul Romano --- openmc/filter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/filter.py b/openmc/filter.py index a2c28aeb1e..a9566b0f5a 100644 --- a/openmc/filter.py +++ b/openmc/filter.py @@ -993,7 +993,6 @@ class CollisionFilter(Filter): self.bins = np.asarray(bins) self.id = filter_id - def __repr__(self): string = type(self).__name__ + '\n' string += '{: <16}=\t{}\n'.format('\tValues', self.bins)