mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Made distribcell paths default to True for MGXS Pandas DataFrames
This commit is contained in:
parent
08995f74e2
commit
417b9a86a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue