Skip to content

Commit

Permalink
update tests to account for newer float32 approach
Browse files Browse the repository at this point in the history
  • Loading branch information
trchudley committed Jul 29, 2024
1 parent b9f43f9 commit 7c18d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7c18d50

Please sign in to comment.