mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Fix unit test import for lattice discretization test
This commit is contained in:
parent
16ba46150d
commit
59e97b261d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import xml.etree.ElementTree as ET
|
|||
import openmc
|
||||
import pytest
|
||||
|
||||
from test_lattice import zr, pincell1, pincell2, rlat2
|
||||
from tests.unit_tests.test_lattice import zr, pincell1, pincell2, rlat2
|
||||
|
||||
|
||||
def test_discretization_degenerate(rlat2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue