mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed openmc import statement in CMFD tests
This commit is contained in:
parent
04701a311a
commit
06be09e36f
3 changed files with 3 additions and 6 deletions
|
|
@ -3,11 +3,10 @@
|
|||
import sys
|
||||
import numpy as np
|
||||
|
||||
import openmc
|
||||
|
||||
sys.path.insert(0, '../../src/utils')
|
||||
|
||||
# import statepoint
|
||||
import openmc
|
||||
from openmc.statepoint import StatePoint
|
||||
|
||||
# read in statepoint file
|
||||
|
|
|
|||
|
|
@ -3,11 +3,10 @@
|
|||
import sys
|
||||
import numpy as np
|
||||
|
||||
import openmc
|
||||
|
||||
sys.path.insert(0, '../../src/utils')
|
||||
|
||||
# import statepoint
|
||||
import openmc
|
||||
from openmc.statepoint import StatePoint
|
||||
|
||||
# read in statepoint file
|
||||
|
|
|
|||
|
|
@ -3,11 +3,10 @@
|
|||
import sys
|
||||
import numpy as np
|
||||
|
||||
import openmc
|
||||
|
||||
sys.path.insert(0, '../../src/utils')
|
||||
|
||||
# import statepoint
|
||||
import openmc
|
||||
from openmc.statepoint import StatePoint
|
||||
|
||||
# read in statepoint file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue