Skip to content
Snippets Groups Projects
Commit 0e29d92c authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

tests: fix import

parent c14afa0b
No related branches found
No related tags found
1 merge request!289Rename `modules` to `components`
Pipeline #269315 passed with stages
in 4 minutes and 57 seconds
......@@ -11,7 +11,7 @@ from numpy.testing import assert_array_equal
from finam import Composition, FinamDataError, Info, Mask, UniformGrid, UnstructuredGrid
from finam import data as fdata
from finam.adapters.regrid import RegridLinear, RegridNearest
from finam.modules import StaticSimplexNoise, debug
from finam.components import StaticSimplexNoise, debug
def get_mask(points, rad=1.5):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment