mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fixed bug in MDGXS.get_pandas_dataframe(...)
This commit is contained in:
parent
368e5cc87a
commit
fc1d856cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue