Made distribcell paths default to True for MGXS Pandas DataFrames

This commit is contained in:
Will Boyd 2016-05-08 11:43:48 -04:00
parent 08995f74e2
commit 417b9a86a6

View file

@ -1346,7 +1346,7 @@ class MGXS(object):
modified.write('\n\\end{document}')
def get_pandas_dataframe(self, groups='all', nuclides='all',
xs_type='macro', distribcell_paths=False):
xs_type='macro', distribcell_paths=True):
"""Build a Pandas DataFrame for the MGXS data.
This method leverages :meth:`openmc.Tally.get_pandas_dataframe`, but