fixed bug in MDGXS.get_pandas_dataframe(...)

This commit is contained in:
Sam Shaner 2016-09-01 10:29:48 -04:00
parent 368e5cc87a
commit fc1d856cf8

View file

@ -771,7 +771,7 @@ class MDGXS(MGXS):
# If the user requested all nuclides, keep nuclide column in dataframe
else:
query_nuclides = nuclides
query_nuclides = self.nuclides
df = self.xs_tally.get_pandas_dataframe(
distribcell_paths=distribcell_paths)