Merge remote-tracking branch 'origin/hotfix-mdgxs-pandas-nuclides' into incoming-current

This commit is contained in:
Sam Shaner 2016-09-01 10:32:16 -04:00
commit 16939f7bfd

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)