From d288976eacd11141cf7e0db328d78033e0e74c57 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:38:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/ubuntu.yml | 2 +- scripts/v.dissolve/v.dissolve.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9e42b728089..51986c4d58e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -96,7 +96,7 @@ jobs: - name: Add extra exclusions to a gunittest config file run: | - sed 's:exclude =:exclude = ${{ + sed 's:exclude =:exclude = ${{ steps.get-exclude.outputs.extra-exclude }}:g' .gunittest.cfg > .gunittest.extra.cfg cat .gunittest.extra.cfg diff --git a/scripts/v.dissolve/v.dissolve.html b/scripts/v.dissolve/v.dissolve.html index 3b34ce9090b..f967bdcfb36 100644 --- a/scripts/v.dissolve/v.dissolve.html +++ b/scripts/v.dissolve/v.dissolve.html @@ -70,9 +70,9 @@

Attribute aggregation

For convenience, certain methods, namely n, count, -mean, and avg, are converted to the appropriate name +mean, and avg, are converted to the appropriate name for the selected backend. However, for scripting, it is recommended to -specify the appropriate method (function) name for the backend, as the +specify the appropriate method (function) name for the backend, as the conversion is a heuristic that may change in the future.