From 4e896ae06ffe6bc6f0153565cbefa9e175ff3afd Mon Sep 17 00:00:00 2001 From: "Miriam (Rathbun) Kreher" Date: Fri, 31 Jul 2020 08:22:00 -0600 Subject: [PATCH] Update openmc/mgxs/mgxs.py Co-authored-by: Giud --- openmc/mgxs/mgxs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 7c6da1af7..dfe3fecaf 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -6239,7 +6239,7 @@ class MeshSurfaceMGXS(MGXS): df = df[df['group out'].isin(groups)] mesh_str = 'mesh {0}'.format(self.domain.id) - surfaces = df[(mesh_str,'surf')] + surfaces = df[(mesh_str, 'surf')] df.drop(columns=[(mesh_str,'surf')],inplace=True) df.insert(len(self.domain.dimension),(mesh_str,'surf'),surfaces) if len(self.domain.dimension) == 1: