From 5e86482fd9ad7f1bdb874e23740e1ca6b0b9b896 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Sat, 6 Jan 2024 17:10:02 +0100 Subject: [PATCH] lint: fix pre-commit errors (#3335) --- .github/workflows/verify-success.yml | 4 ++-- imagery/i.evapo.time/i.evapo.time.html | 4 ++-- lib/cdhc/doc/chd_statlib.md | 8 +++++--- raster/r.walk/r.walk.html | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/verify-success.yml b/.github/workflows/verify-success.yml index 8ebeb7c4665..237c239f576 100644 --- a/.github/workflows/verify-success.yml +++ b/.github/workflows/verify-success.yml @@ -101,10 +101,10 @@ jobs: echo "cancelled=${{ inputs.fail_if_cancelled && fromJson(steps.has-result.outputs.cancelled) && 1 || 0 }}" >> "$GITHUB_OUTPUT" - echo "skipped=${{ inputs.fail_if_skipped && + echo "skipped=${{ inputs.fail_if_skipped && fromJson(steps.has-result.outputs.skipped) && 1 || 0 }}" >> "$GITHUB_OUTPUT" - echo "success=${{ inputs.require_success && + echo "success=${{ inputs.require_success && !fromJson(steps.has-result.outputs.success) && 1 || 0 }}" >> "$GITHUB_OUTPUT" - name: Set messages for each job result type diff --git a/imagery/i.evapo.time/i.evapo.time.html b/imagery/i.evapo.time/i.evapo.time.html index b1e01dc6281..c0aa1bdac15 100644 --- a/imagery/i.evapo.time/i.evapo.time.html +++ b/imagery/i.evapo.time/i.evapo.time.html @@ -52,7 +52,7 @@

NOTES

Temporal integration from a weather station
-This is an example of a temporal integration from a weather station as done by +This is an example of a temporal integration from a weather station as done by Chemin and Alexandridis (2004)

@@ -60,7 +60,7 @@

References

Chemin and Alexandridis, 2004. Spatial Resolution Improvement of Seasonal -Evapotranspiration for Irrigated Rice, Zhanghe Irrigation District, Hubei Province, China. +Evapotranspiration for Irrigated Rice, Zhanghe Irrigation District, Hubei Province, China. Asian Journal of Geoinformatics, Vol. 5, No. 1, September 2004 (PDF) diff --git a/lib/cdhc/doc/chd_statlib.md b/lib/cdhc/doc/chd_statlib.md index a1eec0e938b..76c0f69c8db 100644 --- a/lib/cdhc/doc/chd_statlib.md +++ b/lib/cdhc/doc/chd_statlib.md @@ -3,9 +3,10 @@ Released in 1994 by Paul Johnson. Retrieved from the Internet Archive for -[http://sunsite.univie.ac.at/statlib/general/cdh](https://web.archive.org/web/20001006232323/http://sunsite.univie.ac.at/statlib/general/cdh) -- 2000-10-06 - +[http://sunsite.univie.ac.at/statlib/general/cdh](https://web.archive.org/web/20001006232323/http://sunsite.univie.ac.at/statlib/general/cdh) +-- 2000-10-06 + ```txt TESTS OF COMPOSITE DISTRIBUTIONAL HYPOTHESES FOR THE ANALYSIS OF BIOLOGICAL & ENVIRONMENTAL DATA @@ -1974,4 +1975,5 @@ C xinormal = px RETURN END -``` \ No newline at end of file +``` + diff --git a/raster/r.walk/r.walk.html b/raster/r.walk/r.walk.html index 1ab039a4a2f..2523b7fc0b6 100644 --- a/raster/r.walk/r.walk.html +++ b/raster/r.walk/r.walk.html @@ -64,7 +64,7 @@

NOTES

The friction cost parameter represents a time penalty in seconds of additional walking time to cross 1 meter distance. -Friction cost can be any floating point value ≥ 0. +Friction cost can be any floating point value ≥ 0. A friction map is a required parameter; if no friction costs are desired, a friction map should be a raster in which all cells have a value of 0.

The lambda parameter is a dimensionless scaling factor of the friction cost: