From 7c18d50dcef2dca67a631b62918424bcf9aa1c86 Mon Sep 17 00:00:00 2001 From: trchudley Date: Mon, 29 Jul 2024 14:38:38 +0100 Subject: [PATCH] update tests to account for newer float32 approach --- tests/test_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_processing.py b/tests/test_processing.py index 60d201c..37c5a74 100644 --- a/tests/test_processing.py +++ b/tests/test_processing.py @@ -78,7 +78,7 @@ def test_geomorphometry(): variable_min_max = { "slope": (0.0, 24.721811294555664), - "aspect": (1.3660377589985728e-05, 359.9999694824219), #(0.0, 360.0), + "aspect": (0.0, 360.0), # (1.3660377589985728e-05, 359.9999694824219), "hillshade": (0.0, 1.0), "horizontal_curvature": (-0.0007999989320524037, 0.0007856095326133072), "vertical_curvature": (-0.027519449591636658, 0.022581202909350395),