Skip to content

Commit

Permalink
Fix tpi test output name
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 30, 2023
1 parent 25a7d31 commit b95dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/processing/dem/tpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mod tests {

let ds = Dataset::open(fixture("dem-hills.tiff"))?;

let slope = topographic_position_index(&ds, target("dem-hills-slope.tiff"), &opts)?;
let slope = topographic_position_index(&ds, target("dem-hills-tpi.tiff"), &opts)?;

let stats = slope.rasterband(1)?.get_statistics(true, false)?.unwrap();

Expand Down

0 comments on commit b95dbbb

Please sign in to comment.