mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
make import of example_geometry relative to fix pytest error
This commit is contained in:
parent
3e5f47b0be
commit
c91a6d65d8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from openmc.data import JOULE_PER_EV
|
|||
import openmc.deplete
|
||||
|
||||
from tests.regression_tests import config
|
||||
from example_geometry import generate_problem
|
||||
from .example_geometry import generate_problem
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue