Skip to content
Snippets Groups Projects
Commit 42e49cec authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Fix incorrect import

parent d00273d9
No related branches found
No related tags found
No related merge requests found
Pipeline #76041 passed
......@@ -2,7 +2,7 @@ import numpy as np
from pystencils.types import PsCustomType
from pystencilssfg import SfgComposer
from pystencilssfg.composer.custom import CustomGenerator
from src.pymatlib.core.interpolators import prepare_interpolation_arrays
from pymatlib.core.interpolators import prepare_interpolation_arrays
class InterpolationArrayContainer(CustomGenerator):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment