Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Apr 11, 2024
1 parent eae6efa commit b3bd750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intertidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_dem_accuracy(

# Preprocess and calculate accuracy statistics
validation_z, modelled_z, _ = preprocess_validation(
validation_da, modelled_da, modelled_da, lat=-5, hat=5
validation_da, modelled_da, modelled_da, lat=-5, hat=5, clean_slope=False
)
accuracy_metrics = eval_metrics(x=validation_z, y=modelled_z, round=3)

Expand Down

0 comments on commit b3bd750

Please sign in to comment.