Skip to content

Commit

Permalink
test: update dask-delayed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vschaffn committed Feb 25, 2025
1 parent d3fad63 commit da3e0f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pyproj import CRS

from geoutils.examples import _EXAMPLES_DIRECTORY
from geoutils.raster.delayed import (
from geoutils.raster.distributed_computing.delayed_dask import (
delayed_interp_points,
delayed_reproject,
delayed_subsample,
Expand Down Expand Up @@ -234,9 +234,9 @@ def _build_dst_transform_shifted_newres(
return dst_transform


class TestDelayed:
class TestDelayedDask:
"""
Testing class for delayed functions.
Testing class for delayed-dask functions.
We test on a first set of rasters big enough to clearly monitor the memory usage, and a second set small enough
to run fast to check a wide range of input parameters.
Expand Down

0 comments on commit da3e0f3

Please sign in to comment.