mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Now import division from __future__ in mgxs.py
This commit is contained in:
parent
13f3045e88
commit
f9aa2b4904
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import division
|
||||
|
||||
from collections import Iterable, OrderedDict
|
||||
from numbers import Integral
|
||||
import os
|
||||
|
|
@ -2216,4 +2218,4 @@ class Chi(MGXS):
|
|||
df['mean'] *= np.tile(densities, tile_factor)
|
||||
df['std. dev.'] *= np.tile(densities, tile_factor)
|
||||
|
||||
return df
|
||||
return df
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue