From eaa266e6d766b6a572d08de6965cf20952ed2899 Mon Sep 17 00:00:00 2001 From: "Miriam (Rathbun) Kreher" Date: Sat, 15 Aug 2020 22:33:18 -0600 Subject: [PATCH] Update openmc/mgxs/mgxs.py Co-authored-by: Paul Romano --- openmc/mgxs/mgxs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index abeec20eb1..04bebe7e4f 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -6217,10 +6217,12 @@ class MeshSurfaceMGXS(MGXS): The geometric information in the Summary object is embedded into a Multi-index column with a geometric "path" to each distribcell instance. + Returns ------- pandas.DataFrame A Pandas DataFrame for the cross section data. + Raises ------ ValueError