Fix openmc imports in tests and fix a few paths in run_test.py

This commit is contained in:
Paul Romano 2015-05-22 17:04:27 +07:00
parent 4d2dbff8de
commit acc7b2cf24
89 changed files with 97 additions and 97 deletions

View file

@ -2,7 +2,7 @@
import sys
sys.path.insert(0, '../../src/utils')
sys.path.insert(0, '../..')
# import statepoint
from openmc.statepoint import StatePoint