mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix openmc imports in tests and fix a few paths in run_test.py
This commit is contained in:
parent
4d2dbff8de
commit
acc7b2cf24
89 changed files with 97 additions and 97 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, '../../src/utils')
|
||||
sys.path.insert(0, '../..')
|
||||
|
||||
# import statepoint
|
||||
from openmc.statepoint import StatePoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue