Fix unit test import for lattice discretization test

This commit is contained in:
Giud 2019-10-16 13:16:52 -04:00
parent 16ba46150d
commit 59e97b261d

View file

@ -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):