diff --git a/.github/bump_version.py b/.github/bump_version.py index f60157947..4c570dcad 100644 --- a/.github/bump_version.py +++ b/.github/bump_version.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index db02f9603..3ef698fd9 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 # config of action in ./workflows/... diff --git a/.github/workflows/black-format-code.yml b/.github/workflows/black-format-code.yml index 4b7e30fc4..8bf7008c5 100644 --- a/.github/workflows/black-format-code.yml +++ b/.github/workflows/black-format-code.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2024 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2024 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/citations.yaml b/.github/workflows/citations.yaml index 2fc447bfa..8809b15a1 100644 --- a/.github/workflows/citations.yaml +++ b/.github/workflows/citations.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 @@ -35,4 +35,4 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y r-base - name: Validate CITATION.cff - uses: dieghernan/cff-validator@v4 \ No newline at end of file + uses: dieghernan/cff-validator@v4 diff --git a/.github/workflows/docs-publish.yaml b/.github/workflows/docs-publish.yaml index 5ae8ac86e..04404df8c 100644 --- a/.github/workflows/docs-publish.yaml +++ b/.github/workflows/docs-publish.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 name: Deploy Sphinx documentation to Pages diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml index 83f07b95d..7412f27a5 100644 --- a/.github/workflows/pr-labeler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 # Automatically label PRs, config in ../pr-labler.yml @@ -18,4 +18,4 @@ jobs: with: configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/python-build.yaml b/.github/workflows/python-build.yaml index 833b55afd..138d255fa 100644 --- a/.github/workflows/python-build.yaml +++ b/.github/workflows/python-build.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 name: Python Build diff --git a/.github/workflows/python-upload-package.yaml b/.github/workflows/python-upload-package.yaml index db2d7395f..dc2c11bd6 100644 --- a/.github/workflows/python-upload-package.yaml +++ b/.github/workflows/python-upload-package.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 name: Python Upload Package diff --git a/.github/workflows/release-v4.yaml b/.github/workflows/release-v4.yaml index 2f6d813c7..6479e85ff 100644 --- a/.github/workflows/release-v4.yaml +++ b/.github/workflows/release-v4.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2025 Contributors to the OpenSTEF project # SPDX-License-Identifier: MPL-2.0 name: Release V4 @@ -80,4 +80,4 @@ jobs: - name: Publish packages run: uv publish --trusted-publishing always - name: Summary - run: echo "Published version ${{ steps.ver.outputs.version }}" \ No newline at end of file + run: echo "Published version ${{ steps.ver.outputs.version }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b84a95a4..06dcb804e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 diff --git a/.github/workflows/reuse-compliance.yaml b/.github/workflows/reuse-compliance.yaml index 766bdae20..0bc87a2eb 100644 --- a/.github/workflows/reuse-compliance.yaml +++ b/.github/workflows/reuse-compliance.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 name: REUSE Compliance Check diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5abf3ed9d..560fb39c5 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 diff --git a/.gitignore b/.gitignore index 6d73c1fcb..665c3f322 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # SPDX-License-Identifier: MPL-2.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 807f44796..f91ec261d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/.reuse/dep5 b/.reuse/dep5 index cb03a368c..e5a98e128 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -2,11 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: openstef Files: test/unit/trained_models/* -Copyright: 2017-2023 Contributors to the OpenSTEF project +Copyright: 2017-2023 Contributors to the OpenSTEF project License: MPL-2.0 Files: .github/**/* -Copyright: 2017-2023 Contributors to the OpenSTEF project +Copyright: 2017-2023 Contributors to the OpenSTEF project License: MPL-2.0 - - diff --git a/CITATION.cff b/CITATION.cff index 82052a4b8..35c1d6432 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 @@ -60,4 +60,4 @@ authors: - name: "Contributors to the OpenSTEF project" contact: - name: "Team mailbox OpenSTEF" - email: "short.term.energy.forecasts@alliander.com" + email: "openstef@lfenergy.org" diff --git a/COMMITTERS.md b/COMMITTERS.md index 480fb1943..df39615eb 100644 --- a/COMMITTERS.md +++ b/COMMITTERS.md @@ -1,5 +1,5 @@ diff --git a/README.md b/README.md index ca0485e0d..1b69c72cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/RELEASE.md b/RELEASE.md index 9b661936e..35b01d85e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ diff --git a/docs/README.md b/docs/README.md index b4bba59d5..9f79fe6f2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ diff --git a/docs/_static/crane.png.license b/docs/_static/crane.png.license index 78eaa0527..95786e8e6 100644 --- a/docs/_static/crane.png.license +++ b/docs/_static/crane.png.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/infinity.png.license b/docs/_static/infinity.png.license index 2c421d095..404dd270e 100644 --- a/docs/_static/infinity.png.license +++ b/docs/_static/infinity.png.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/influx_database_diagram.png.license b/docs/_static/influx_database_diagram.png.license index 57abd4c9e..ce6567d86 100644 --- a/docs/_static/influx_database_diagram.png.license +++ b/docs/_static/influx_database_diagram.png.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/knowledge_grid.png.license b/docs/_static/knowledge_grid.png.license index e4a7c090c..83851c72b 100644 --- a/docs/_static/knowledge_grid.png.license +++ b/docs/_static/knowledge_grid.png.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/methodology_train_predict.pptx.license b/docs/_static/methodology_train_predict.pptx.license index 14629c337..b888a7bc3 100644 --- a/docs/_static/methodology_train_predict.pptx.license +++ b/docs/_static/methodology_train_predict.pptx.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/methodology_train_predict.svg.license b/docs/_static/methodology_train_predict.svg.license index 14629c337..b888a7bc3 100644 --- a/docs/_static/methodology_train_predict.svg.license +++ b/docs/_static/methodology_train_predict.svg.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/mysql_er_diagram.png.license b/docs/_static/mysql_er_diagram.png.license index 57abd4c9e..ce6567d86 100644 --- a/docs/_static/mysql_er_diagram.png.license +++ b/docs/_static/mysql_er_diagram.png.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/openstef_logo.png.license b/docs/_static/openstef_logo.png.license index 57abd4c9e..ce6567d86 100644 --- a/docs/_static/openstef_logo.png.license +++ b/docs/_static/openstef_logo.png.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/power-source.png.license b/docs/_static/power-source.png.license index 2606f9980..44cb20d7f 100644 --- a/docs/_static/power-source.png.license +++ b/docs/_static/power-source.png.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/probability.png.license b/docs/_static/probability.png.license index f14b69b25..83e1817ce 100644 --- a/docs/_static/probability.png.license +++ b/docs/_static/probability.png.license @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/_static/uncertainty_estimation.svg.license b/docs/_static/uncertainty_estimation.svg.license index 57abd4c9e..ce6567d86 100644 --- a/docs/_static/uncertainty_estimation.svg.license +++ b/docs/_static/uncertainty_estimation.svg.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/about_openstef.rst b/docs/about_openstef.rst index 8d2a9a632..7c4d46930 100644 --- a/docs/about_openstef.rst +++ b/docs/about_openstef.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 About OpenSTEF diff --git a/docs/api_reference.rst b/docs/api_reference.rst index fe7df331d..dea2fde30 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. _api_reference: diff --git a/docs/architecture_methodology_components.rst b/docs/architecture_methodology_components.rst index d8576ee37..da41a7eac 100644 --- a/docs/architecture_methodology_components.rst +++ b/docs/architecture_methodology_components.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. _concepts: diff --git a/docs/community.rst b/docs/community.rst index 20ccb1934..dd242f013 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. _community: diff --git a/docs/dashboard.rst b/docs/dashboard.rst index 0a9230472..54c5832fa 100644 --- a/docs/dashboard.rst +++ b/docs/dashboard.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. image:: https://user-images.githubusercontent.com/60883372/146760483-29af3ac7-62af-4f13-98c7-982a79c517d1.jpg diff --git a/docs/dazls.rst b/docs/dazls.rst index 97ad3586d..ed3bb27bd 100644 --- a/docs/dazls.rst +++ b/docs/dazls.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 Split forecast: Domain Adaptation for Zero Shot Learning in Sequence (DAZLS) diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 89978cd08..5627327d0 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 pydata-sphinx-theme==0.15.2 diff --git a/docs/index.rst b/docs/index.rst index efed9686c..00e058197 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 Welcome to the OpenSTEF documentation! diff --git a/docs/influx_database_diagram.rst b/docs/influx_database_diagram.rst index ff62062c3..41b7afaa4 100644 --- a/docs/influx_database_diagram.rst +++ b/docs/influx_database_diagram.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 Overview of timeseries database schema diff --git a/docs/logo_openstef_small.png.license b/docs/logo_openstef_small.png.license index 57abd4c9e..ce6567d86 100644 --- a/docs/logo_openstef_small.png.license +++ b/docs/logo_openstef_small.png.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/methodology_train_predict.rst b/docs/methodology_train_predict.rst index 1a72c56de..74e98a29f 100644 --- a/docs/methodology_train_predict.rst +++ b/docs/methodology_train_predict.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 High level methodology OpenSTEF diff --git a/docs/openstef.ico.license b/docs/openstef.ico.license index 57abd4c9e..ce6567d86 100644 --- a/docs/openstef.ico.license +++ b/docs/openstef.ico.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/pipelines_user_guide.rst b/docs/pipelines_user_guide.rst index 12d63f8e4..9ee8e7eaa 100644 --- a/docs/pipelines_user_guide.rst +++ b/docs/pipelines_user_guide.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. _pipeline_user_guide: diff --git a/docs/software_arch.png.license b/docs/software_arch.png.license index 57abd4c9e..ce6567d86 100644 --- a/docs/software_arch.png.license +++ b/docs/software_arch.png.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/docs/sql_database_diagram.rst b/docs/sql_database_diagram.rst index 5e9c69815..0f9ee0015 100644 --- a/docs/sql_database_diagram.rst +++ b/docs/sql_database_diagram.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 Overview of relational database diff --git a/docs/user_guides.rst b/docs/user_guides.rst index 9f42cff8b..07cd27b90 100644 --- a/docs/user_guides.rst +++ b/docs/user_guides.rst @@ -1,5 +1,5 @@ .. comment: - SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project + SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 .. _user_guides: diff --git a/openstef/__init__.py b/openstef/__init__.py index 2301ee06c..2e859a36f 100644 --- a/openstef/__init__.py +++ b/openstef/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/__main__.py b/openstef/__main__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/__main__.py +++ b/openstef/__main__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/app_settings.py b/openstef/app_settings.py index b71ff0893..ba3455c40 100644 --- a/openstef/app_settings.py +++ b/openstef/app_settings.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data/NL_terrestrial_radiation.csv.license b/openstef/data/NL_terrestrial_radiation.csv.license index 57abd4c9e..ce6567d86 100644 --- a/openstef/data/NL_terrestrial_radiation.csv.license +++ b/openstef/data/NL_terrestrial_radiation.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license b/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license index 57abd4c9e..ce6567d86 100644 --- a/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license +++ b/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license b/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license index 57abd4c9e..ce6567d86 100644 --- a/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license +++ b/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data/dutch_holidays.csv.license b/openstef/data/dutch_holidays.csv.license index 57abd4c9e..ce6567d86 100644 --- a/openstef/data/dutch_holidays.csv.license +++ b/openstef/data/dutch_holidays.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data/pv_single_coefs.csv.license b/openstef/data/pv_single_coefs.csv.license index 57abd4c9e..ce6567d86 100644 --- a/openstef/data/pv_single_coefs.csv.license +++ b/openstef/data/pv_single_coefs.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data_classes/__init__.py b/openstef/data_classes/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/data_classes/__init__.py +++ b/openstef/data_classes/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/data_classes/data_prep.py b/openstef/data_classes/data_prep.py index 088166a86..fdff32ea9 100644 --- a/openstef/data_classes/data_prep.py +++ b/openstef/data_classes/data_prep.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """Specifies the split function dataclass.""" diff --git a/openstef/data_classes/model_specifications.py b/openstef/data_classes/model_specifications.py index 08276cac0..0f80021c1 100644 --- a/openstef/data_classes/model_specifications.py +++ b/openstef/data_classes/model_specifications.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 """Specifies the dataclass for model specifications.""" diff --git a/openstef/data_classes/prediction_job.py b/openstef/data_classes/prediction_job.py index 49e1f6f2a..c9cd86476 100644 --- a/openstef/data_classes/prediction_job.py +++ b/openstef/data_classes/prediction_job.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """Specifies the prediction job dataclass.""" diff --git a/openstef/data_classes/split_function.py b/openstef/data_classes/split_function.py index 002455672..b71a0db5a 100644 --- a/openstef/data_classes/split_function.py +++ b/openstef/data_classes/split_function.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """Specifies the split function dataclass.""" diff --git a/openstef/enums.py b/openstef/enums.py index fa5a53cf6..b2b36b2ab 100644 --- a/openstef/enums.py +++ b/openstef/enums.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from enum import Enum diff --git a/openstef/exceptions.py b/openstef/exceptions.py index ba9c6f2b7..d3d57fd6a 100644 --- a/openstef/exceptions.py +++ b/openstef/exceptions.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/feature_engineering/__init__.py b/openstef/feature_engineering/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/feature_engineering/__init__.py +++ b/openstef/feature_engineering/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/feature_engineering/apply_features.py b/openstef/feature_engineering/apply_features.py index fd76ec261..ac21ab690 100644 --- a/openstef/feature_engineering/apply_features.py +++ b/openstef/feature_engineering/apply_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module provides functionality for applying features to the input data to improve forecast accuracy. diff --git a/openstef/feature_engineering/bidding_zone_to_country_mapping.py b/openstef/feature_engineering/bidding_zone_to_country_mapping.py index f1b3ed326..101e5e14e 100644 --- a/openstef/feature_engineering/bidding_zone_to_country_mapping.py +++ b/openstef/feature_engineering/bidding_zone_to_country_mapping.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 BIDDING_ZONE_TO_COUNTRY_CODE_MAPPING = { diff --git a/openstef/feature_engineering/cyclic_features.py b/openstef/feature_engineering/cyclic_features.py index a9a628a78..052b9aab4 100644 --- a/openstef/feature_engineering/cyclic_features.py +++ b/openstef/feature_engineering/cyclic_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/feature_engineering/data_preparation.py b/openstef/feature_engineering/data_preparation.py index 6fdf16394..ea0aff31d 100644 --- a/openstef/feature_engineering/data_preparation.py +++ b/openstef/feature_engineering/data_preparation.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from abc import ABC, abstractmethod diff --git a/openstef/feature_engineering/feature_adder.py b/openstef/feature_engineering/feature_adder.py index 98c189862..6ba66849c 100644 --- a/openstef/feature_engineering/feature_adder.py +++ b/openstef/feature_engineering/feature_adder.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module provides functionality for defining custom feature adders.""" diff --git a/openstef/feature_engineering/feature_applicator.py b/openstef/feature_engineering/feature_applicator.py index 9ffddc9ea..05540ebf3 100644 --- a/openstef/feature_engineering/feature_applicator.py +++ b/openstef/feature_engineering/feature_applicator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module defines several FeatureApplicators. diff --git a/openstef/feature_engineering/general.py b/openstef/feature_engineering/general.py index 0919b84b4..2855fd6cf 100644 --- a/openstef/feature_engineering/general.py +++ b/openstef/feature_engineering/general.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This modelu contains various helper functions.""" diff --git a/openstef/feature_engineering/holiday_features.py b/openstef/feature_engineering/holiday_features.py index 8d7042463..0e27185a4 100644 --- a/openstef/feature_engineering/holiday_features.py +++ b/openstef/feature_engineering/holiday_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import datetime, timedelta diff --git a/openstef/feature_engineering/lag_features.py b/openstef/feature_engineering/lag_features.py index e84ebcdeb..09b1c7b32 100644 --- a/openstef/feature_engineering/lag_features.py +++ b/openstef/feature_engineering/lag_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains all lag features.""" diff --git a/openstef/feature_engineering/missing_values_transformer.py b/openstef/feature_engineering/missing_values_transformer.py index 86d27fc0a..c959b896d 100644 --- a/openstef/feature_engineering/missing_values_transformer.py +++ b/openstef/feature_engineering/missing_values_transformer.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from typing import List, Optional, Union diff --git a/openstef/feature_engineering/rolling_features.py b/openstef/feature_engineering/rolling_features.py index aa9752a5c..fcd3db742 100644 --- a/openstef/feature_engineering/rolling_features.py +++ b/openstef/feature_engineering/rolling_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import timedelta diff --git a/openstef/feature_engineering/weather_features.py b/openstef/feature_engineering/weather_features.py index 5a54207e3..dcb44be4b 100644 --- a/openstef/feature_engineering/weather_features.py +++ b/openstef/feature_engineering/weather_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/__init__.py b/openstef/logging/__init__.py index bd18de087..9ecdc64e4 100644 --- a/openstef/logging/__init__.py +++ b/openstef/logging/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/base_logger.py b/openstef/logging/base_logger.py index 7c55db40b..f0684d717 100644 --- a/openstef/logging/base_logger.py +++ b/openstef/logging/base_logger.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/logger_factory.py b/openstef/logging/logger_factory.py index 434c56518..03dbd839b 100644 --- a/openstef/logging/logger_factory.py +++ b/openstef/logging/logger_factory.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/logger_types.py b/openstef/logging/logger_types.py index 525564340..ad9a0ce2d 100644 --- a/openstef/logging/logger_types.py +++ b/openstef/logging/logger_types.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/standard_logger.py b/openstef/logging/standard_logger.py index dfc0aa61c..f3de11a71 100644 --- a/openstef/logging/standard_logger.py +++ b/openstef/logging/standard_logger.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/logging/structlog_logger.py b/openstef/logging/structlog_logger.py index ec29e48a8..9cc4499eb 100644 --- a/openstef/logging/structlog_logger.py +++ b/openstef/logging/structlog_logger.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/metrics/__init__.py b/openstef/metrics/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/metrics/__init__.py +++ b/openstef/metrics/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/metrics/figure.py b/openstef/metrics/figure.py index a1fab94ac..7042ad31f 100644 --- a/openstef/metrics/figure.py +++ b/openstef/metrics/figure.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains all functions for generating figures.""" diff --git a/openstef/metrics/metrics.py b/openstef/metrics/metrics.py index e089643e1..1f79ad22f 100644 --- a/openstef/metrics/metrics.py +++ b/openstef/metrics/metrics.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/metrics/reporter.py b/openstef/metrics/reporter.py index 8cb9307ff..0cbed3e88 100644 --- a/openstef/metrics/reporter.py +++ b/openstef/metrics/reporter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """Defines reporter class.""" diff --git a/openstef/model/__init__.py b/openstef/model/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/model/__init__.py +++ b/openstef/model/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/basecase.py b/openstef/model/basecase.py index fb447fd77..3a6fa75b2 100644 --- a/openstef/model/basecase.py +++ b/openstef/model/basecase.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import numpy as np diff --git a/openstef/model/confidence_interval_applicator.py b/openstef/model/confidence_interval_applicator.py index a4d387187..f30d2e295 100644 --- a/openstef/model/confidence_interval_applicator.py +++ b/openstef/model/confidence_interval_applicator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import datetime diff --git a/openstef/model/fallback.py b/openstef/model/fallback.py index a6a9f3c8f..ed2020377 100644 --- a/openstef/model/fallback.py +++ b/openstef/model/fallback.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import UTC, datetime diff --git a/openstef/model/metamodels/__init__.py b/openstef/model/metamodels/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/model/metamodels/__init__.py +++ b/openstef/model/metamodels/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/metamodels/feature_clipper.py b/openstef/model/metamodels/feature_clipper.py index 4a9535981..5d8df77dc 100644 --- a/openstef/model/metamodels/feature_clipper.py +++ b/openstef/model/metamodels/feature_clipper.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from typing import Dict, List, Optional, Tuple diff --git a/openstef/model/metamodels/grouped_regressor.py b/openstef/model/metamodels/grouped_regressor.py index b1d977676..9f7accdac 100644 --- a/openstef/model/metamodels/grouped_regressor.py +++ b/openstef/model/metamodels/grouped_regressor.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2021 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2021 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module defines the grouped regressor.""" diff --git a/openstef/model/metamodels/missing_values_handler.py b/openstef/model/metamodels/missing_values_handler.py index fbe4cc36a..974596091 100644 --- a/openstef/model/metamodels/missing_values_handler.py +++ b/openstef/model/metamodels/missing_values_handler.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module defines the missing value handler.""" diff --git a/openstef/model/model_creator.py b/openstef/model/model_creator.py index 9763033d7..ee6469d4e 100644 --- a/openstef/model/model_creator.py +++ b/openstef/model/model_creator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from typing import Union diff --git a/openstef/model/objective.py b/openstef/model/objective.py index e00a73d9c..813f5bab7 100644 --- a/openstef/model/objective.py +++ b/openstef/model/objective.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import copy diff --git a/openstef/model/objective_creator.py b/openstef/model/objective_creator.py index 58f691d79..3d9fdfcc4 100644 --- a/openstef/model/objective_creator.py +++ b/openstef/model/objective_creator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/regressors/__init__.py b/openstef/model/regressors/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/model/regressors/__init__.py +++ b/openstef/model/regressors/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/regressors/arima.py b/openstef/model/regressors/arima.py index baaffb8bf..486e80185 100644 --- a/openstef/model/regressors/arima.py +++ b/openstef/model/regressors/arima.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the SARIMAX regressor wrapper around statsmodels implementation.""" diff --git a/openstef/model/regressors/custom_regressor.py b/openstef/model/regressors/custom_regressor.py index 11decd621..0e625b5ab 100644 --- a/openstef/model/regressors/custom_regressor.py +++ b/openstef/model/regressors/custom_regressor.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module defines the custom regressor.""" diff --git a/openstef/model/regressors/dazls.py b/openstef/model/regressors/dazls.py index 9e3ad30ac..b3430dc18 100644 --- a/openstef/model/regressors/dazls.py +++ b/openstef/model/regressors/dazls.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module defines the DAZL model.""" diff --git a/openstef/model/regressors/flatliner.py b/openstef/model/regressors/flatliner.py index 995052bbf..1d9c0dc96 100644 --- a/openstef/model/regressors/flatliner.py +++ b/openstef/model/regressors/flatliner.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import re diff --git a/openstef/model/regressors/gblinear_quantile.py b/openstef/model/regressors/gblinear_quantile.py index fcaa14be8..ee65a49fc 100644 --- a/openstef/model/regressors/gblinear_quantile.py +++ b/openstef/model/regressors/gblinear_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import math diff --git a/openstef/model/regressors/lgbm.py b/openstef/model/regressors/lgbm.py index fc3c2a749..d2f7cee1d 100644 --- a/openstef/model/regressors/lgbm.py +++ b/openstef/model/regressors/lgbm.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/regressors/linear.py b/openstef/model/regressors/linear.py index c952dc4e1..925a7e594 100644 --- a/openstef/model/regressors/linear.py +++ b/openstef/model/regressors/linear.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the linear regressor.""" diff --git a/openstef/model/regressors/linear_quantile.py b/openstef/model/regressors/linear_quantile.py index 8d9753e35..380fef167 100644 --- a/openstef/model/regressors/linear_quantile.py +++ b/openstef/model/regressors/linear_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import re diff --git a/openstef/model/regressors/median.py b/openstef/model/regressors/median.py index 0ad8f705b..6874fe993 100644 --- a/openstef/model/regressors/median.py +++ b/openstef/model/regressors/median.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model/regressors/regressor.py b/openstef/model/regressors/regressor.py index 9f95eff50..ffff7efa6 100644 --- a/openstef/model/regressors/regressor.py +++ b/openstef/model/regressors/regressor.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from abc import abstractmethod diff --git a/openstef/model/regressors/xgb.py b/openstef/model/regressors/xgb.py index 96bbb7e8d..daded7484 100644 --- a/openstef/model/regressors/xgb.py +++ b/openstef/model/regressors/xgb.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from typing import Optional diff --git a/openstef/model/regressors/xgb_multioutput_quantile.py b/openstef/model/regressors/xgb_multioutput_quantile.py index 45a541941..c3dc0cc8c 100644 --- a/openstef/model/regressors/xgb_multioutput_quantile.py +++ b/openstef/model/regressors/xgb_multioutput_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from functools import partial diff --git a/openstef/model/regressors/xgb_quantile.py b/openstef/model/regressors/xgb_quantile.py index b494645a4..243ee4ed6 100644 --- a/openstef/model/regressors/xgb_quantile.py +++ b/openstef/model/regressors/xgb_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from functools import partial diff --git a/openstef/model/serializer.py b/openstef/model/serializer.py index 1e6b1be3d..19918956c 100644 --- a/openstef/model/serializer.py +++ b/openstef/model/serializer.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import json diff --git a/openstef/model/standard_deviation_generator.py b/openstef/model/standard_deviation_generator.py index f462121ca..e51e3fc5f 100644 --- a/openstef/model/standard_deviation_generator.py +++ b/openstef/model/standard_deviation_generator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import numpy as np diff --git a/openstef/model_selection/__init__.py b/openstef/model_selection/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/model_selection/__init__.py +++ b/openstef/model_selection/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/model_selection/model_selection.py b/openstef/model_selection/model_selection.py index 43df430ed..133de02cf 100644 --- a/openstef/model_selection/model_selection.py +++ b/openstef/model_selection/model_selection.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import random diff --git a/openstef/monitoring/__init__.py b/openstef/monitoring/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/monitoring/__init__.py +++ b/openstef/monitoring/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/monitoring/performance_meter.py b/openstef/monitoring/performance_meter.py index a56eb16e0..eaefeea66 100644 --- a/openstef/monitoring/performance_meter.py +++ b/openstef/monitoring/performance_meter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/monitoring/teams.py b/openstef/monitoring/teams.py index 745f17540..f8a316b9c 100644 --- a/openstef/monitoring/teams.py +++ b/openstef/monitoring/teams.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from typing import Union diff --git a/openstef/pipeline/__init__.py b/openstef/pipeline/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/pipeline/__init__.py +++ b/openstef/pipeline/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/pipeline/create_basecase_forecast.py b/openstef/pipeline/create_basecase_forecast.py index e5d647eee..28c245b9c 100644 --- a/openstef/pipeline/create_basecase_forecast.py +++ b/openstef/pipeline/create_basecase_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/openstef/pipeline/create_component_forecast.py b/openstef/pipeline/create_component_forecast.py index 921410b66..462d89217 100644 --- a/openstef/pipeline/create_component_forecast.py +++ b/openstef/pipeline/create_component_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 @@ -103,7 +103,7 @@ def create_components_forecast_pipeline( dazls_input_data = create_input(pj, input_data, weather_data) # Save and load the model as .sav file (or as .z file) - # For the code contact: korte.termijn.prognoses@alliander.com + # For the code contact: openstef@lfenergy.org dazls_model = Dazls() dazls_model.model_ = joblib.load(DAZLS_STORED + "baseline_model.z") diff --git a/openstef/pipeline/create_forecast.py b/openstef/pipeline/create_forecast.py index 6f996f257..6e23bb1fd 100644 --- a/openstef/pipeline/create_forecast.py +++ b/openstef/pipeline/create_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/pipeline/optimize_hyperparameters.py b/openstef/pipeline/optimize_hyperparameters.py index ef7546925..0a9a7c626 100644 --- a/openstef/pipeline/optimize_hyperparameters.py +++ b/openstef/pipeline/optimize_hyperparameters.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import os diff --git a/openstef/pipeline/train_create_forecast_backtest.py b/openstef/pipeline/train_create_forecast_backtest.py index 6fd93a5d3..0c8f5a81d 100644 --- a/openstef/pipeline/train_create_forecast_backtest.py +++ b/openstef/pipeline/train_create_forecast_backtest.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/pipeline/train_model.py b/openstef/pipeline/train_model.py index fc45e9dfa..94a3bcbad 100644 --- a/openstef/pipeline/train_model.py +++ b/openstef/pipeline/train_model.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import os diff --git a/openstef/pipeline/utils.py b/openstef/pipeline/utils.py index 75a8b3a4a..089e23d4a 100644 --- a/openstef/pipeline/utils.py +++ b/openstef/pipeline/utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import datetime diff --git a/openstef/plotting/__init__.py b/openstef/plotting/__init__.py index bd18de087..9ecdc64e4 100644 --- a/openstef/plotting/__init__.py +++ b/openstef/plotting/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/plotting/load_forecast_plotter.py b/openstef/plotting/load_forecast_plotter.py index 8347d7270..ca4c91c1d 100644 --- a/openstef/plotting/load_forecast_plotter.py +++ b/openstef/plotting/load_forecast_plotter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/postprocessing/__init__.py b/openstef/postprocessing/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/postprocessing/__init__.py +++ b/openstef/postprocessing/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/postprocessing/postprocessing.py b/openstef/postprocessing/postprocessing.py index 989a2cd12..03dfdecc1 100644 --- a/openstef/postprocessing/postprocessing.py +++ b/openstef/postprocessing/postprocessing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from enum import Enum diff --git a/openstef/preprocessing/__init__.py b/openstef/preprocessing/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/preprocessing/__init__.py +++ b/openstef/preprocessing/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/preprocessing/preprocessing.py b/openstef/preprocessing/preprocessing.py index 9cc7d096b..8a5442715 100644 --- a/openstef/preprocessing/preprocessing.py +++ b/openstef/preprocessing/preprocessing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/settings.py b/openstef/settings.py index 2955c100c..83315528c 100644 --- a/openstef/settings.py +++ b/openstef/settings.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/__init__.py b/openstef/tasks/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/tasks/__init__.py +++ b/openstef/tasks/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/calculate_kpi.py b/openstef/tasks/calculate_kpi.py index 64c92f80b..2bbc30d3e 100644 --- a/openstef/tasks/calculate_kpi.py +++ b/openstef/tasks/calculate_kpi.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/create_basecase_forecast.py b/openstef/tasks/create_basecase_forecast.py index 653e091a1..88a2ecc2b 100644 --- a/openstef/tasks/create_basecase_forecast.py +++ b/openstef/tasks/create_basecase_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module should be executed once every day. diff --git a/openstef/tasks/create_components_forecast.py b/openstef/tasks/create_components_forecast.py index d1c0a321b..200f542ed 100644 --- a/openstef/tasks/create_components_forecast.py +++ b/openstef/tasks/create_components_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the CRON job that is periodically executed to make the components prognoses. diff --git a/openstef/tasks/create_forecast.py b/openstef/tasks/create_forecast.py index f40871e7b..79bc1f7c1 100644 --- a/openstef/tasks/create_forecast.py +++ b/openstef/tasks/create_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the CRON job that is periodically executed to make prognoses and save them in to the database. diff --git a/openstef/tasks/create_solar_forecast.py b/openstef/tasks/create_solar_forecast.py index fadf4d312..123ba09f5 100644 --- a/openstef/tasks/create_solar_forecast.py +++ b/openstef/tasks/create_solar_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the CRON job that is periodically executed to make prognoses of solar features. diff --git a/openstef/tasks/create_wind_forecast.py b/openstef/tasks/create_wind_forecast.py index ff0524cd7..3f8becd0a 100644 --- a/openstef/tasks/create_wind_forecast.py +++ b/openstef/tasks/create_wind_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/optimize_hyperparameters.py b/openstef/tasks/optimize_hyperparameters.py index 996d2a5c2..a42d8a1db 100644 --- a/openstef/tasks/optimize_hyperparameters.py +++ b/openstef/tasks/optimize_hyperparameters.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/split_forecast.py b/openstef/tasks/split_forecast.py index 87f52ba81..23eb96071 100644 --- a/openstef/tasks/split_forecast.py +++ b/openstef/tasks/split_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/train_model.py b/openstef/tasks/train_model.py index c6ffbb672..98e078268 100644 --- a/openstef/tasks/train_model.py +++ b/openstef/tasks/train_model.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 """This module contains the CRON job that is periodically executed to retrain the prognosis models. diff --git a/openstef/tasks/utils/__init__.py b/openstef/tasks/utils/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/tasks/utils/__init__.py +++ b/openstef/tasks/utils/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/utils/dependencies.py b/openstef/tasks/utils/dependencies.py index 135486052..3856f87c9 100644 --- a/openstef/tasks/utils/dependencies.py +++ b/openstef/tasks/utils/dependencies.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import random diff --git a/openstef/tasks/utils/predictionjobloop.py b/openstef/tasks/utils/predictionjobloop.py index 4e1d61ae0..e1437a30b 100644 --- a/openstef/tasks/utils/predictionjobloop.py +++ b/openstef/tasks/utils/predictionjobloop.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/tasks/utils/taskcontext.py b/openstef/tasks/utils/taskcontext.py index d4bfeb220..af788b178 100644 --- a/openstef/tasks/utils/taskcontext.py +++ b/openstef/tasks/utils/taskcontext.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import traceback diff --git a/openstef/validation/__init__.py b/openstef/validation/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/openstef/validation/__init__.py +++ b/openstef/validation/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/openstef/validation/validation.py b/openstef/validation/validation.py index 3788e35aa..936868c52 100644 --- a/openstef/validation/validation.py +++ b/openstef/validation/validation.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import math diff --git a/pyproject.toml b/pyproject.toml index 07b720584..65ef2a10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 [tool.pylint.format] diff --git a/requirements.txt b/requirements.txt index c1c28a3cb..fc529d05b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 holidays==0.21 diff --git a/setup.cfg b/setup.cfg index 9965058d0..c7d1469ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501 # # SPDX-License-Identifier: MPL-2.0 [flake8] diff --git a/setup.py b/setup.py index 0ca191650..31acf18a8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 @@ -40,7 +40,7 @@ def read_long_description_from_readme(): long_description_content_type="text/markdown", url="https://github.com/OpenSTEF/openstef", author="Alliander N.V", - author_email="korte.termijn.prognoses@alliander.com", + author_email="openstef@lfenergy.org", license="MPL-2.0", keywords=["energy", "forecasting", "machinelearning"], # See https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html diff --git a/sonar-project.properties b/sonar-project.properties index b4ac0d902..a9aeeadda 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 42fe65ca3..c5f0a462d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/__init__.py b/test/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/component/__init__.py b/test/component/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/component/__init__.py +++ b/test/component/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/component/test_component.py b/test/component/test_component.py index 21682ea18..602d0b01e 100644 --- a/test/component/test_component.py +++ b/test/component/test_component.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import glob diff --git a/test/unit/__init__.py b/test/unit/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/__init__.py b/test/unit/data/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/data/__init__.py +++ b/test/unit/data/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/calculate_kpi_kpi.json.license b/test/unit/data/calculate_kpi_kpi.json.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/calculate_kpi_kpi.json.license +++ b/test/unit/data/calculate_kpi_kpi.json.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/calculate_kpi_predicted_load.csv.license b/test/unit/data/calculate_kpi_predicted_load.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/calculate_kpi_predicted_load.csv.license +++ b/test/unit/data/calculate_kpi_predicted_load.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/calculate_kpi_relealised_load.csv.license b/test/unit/data/calculate_kpi_relealised_load.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/calculate_kpi_relealised_load.csv.license +++ b/test/unit/data/calculate_kpi_relealised_load.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/fallback_forecast.csv.license b/test/unit/data/fallback_forecast.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/fallback_forecast.csv.license +++ b/test/unit/data/fallback_forecast.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/fallback_index.csv.license b/test/unit/data/fallback_index.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/fallback_index.csv.license +++ b/test/unit/data/fallback_index.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/fallback_load.csv.license b/test/unit/data/fallback_load.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/fallback_load.csv.license +++ b/test/unit/data/fallback_load.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/find_components_components.csv.license b/test/unit/data/find_components_components.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/find_components_components.csv.license +++ b/test/unit/data/find_components_components.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/find_components_input.csv.license b/test/unit/data/find_components_input.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/find_components_input.csv.license +++ b/test/unit/data/find_components_input.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/forecastdf_test_add_corrections.csv.license b/test/unit/data/forecastdf_test_add_corrections.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/forecastdf_test_add_corrections.csv.license +++ b/test/unit/data/forecastdf_test_add_corrections.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/input_data.csv.license b/test/unit/data/input_data.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/input_data.csv.license +++ b/test/unit/data/input_data.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/input_data_multi_horizon_features.csv.license b/test/unit/data/input_data_multi_horizon_features.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/input_data_multi_horizon_features.csv.license +++ b/test/unit/data/input_data_multi_horizon_features.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/input_data_train.csv.license b/test/unit/data/input_data_train.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/input_data_train.csv.license +++ b/test/unit/data/input_data_train.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/input_data_with_features.csv.license b/test/unit/data/input_data_with_features.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/input_data_with_features.csv.license +++ b/test/unit/data/input_data_with_features.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/input_data_with_holiday_features.csv.license b/test/unit/data/input_data_with_holiday_features.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/input_data_with_holiday_features.csv.license +++ b/test/unit/data/input_data_with_holiday_features.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/prediction_jobs.json.license b/test/unit/data/prediction_jobs.json.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/prediction_jobs.json.license +++ b/test/unit/data/prediction_jobs.json.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/reference_sets/307-test-data.csv.license b/test/unit/data/reference_sets/307-test-data.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/reference_sets/307-test-data.csv.license +++ b/test/unit/data/reference_sets/307-test-data.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/reference_sets/307-train-data.csv.license b/test/unit/data/reference_sets/307-train-data.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/reference_sets/307-train-data.csv.license +++ b/test/unit/data/reference_sets/307-train-data.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/solar_input.csv.license b/test/unit/data/solar_input.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/solar_input.csv.license +++ b/test/unit/data/solar_input.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data/solar_ref.csv.license b/test/unit/data/solar_ref.csv.license index 57abd4c9e..ce6567d86 100644 --- a/test/unit/data/solar_ref.csv.license +++ b/test/unit/data/solar_ref.csv.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data_classes/__init__.py b/test/unit/data_classes/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/data_classes/__init__.py +++ b/test/unit/data_classes/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data_classes/test_model_specifications.py b/test/unit/data_classes/test_model_specifications.py index 3da3bf305..f6179f0d4 100644 --- a/test/unit/data_classes/test_model_specifications.py +++ b/test/unit/data_classes/test_model_specifications.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data_classes/test_prediction_job.py b/test/unit/data_classes/test_prediction_job.py index 9ad5e102b..6dd89cbfc 100644 --- a/test/unit/data_classes/test_prediction_job.py +++ b/test/unit/data_classes/test_prediction_job.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/data_classes/test_split_function.py b/test/unit/data_classes/test_split_function.py index 5938bd3da..4ec008dfa 100644 --- a/test/unit/data_classes/test_split_function.py +++ b/test/unit/data_classes/test_split_function.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/feature_engineering/__init__.py b/test/unit/feature_engineering/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/feature_engineering/__init__.py +++ b/test/unit/feature_engineering/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/feature_engineering/test_apply_features.py b/test/unit/feature_engineering/test_apply_features.py index 72c48074c..a855f4847 100644 --- a/test/unit/feature_engineering/test_apply_features.py +++ b/test/unit/feature_engineering/test_apply_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/feature_engineering/test_apply_features_additional_minute_space.py b/test/unit/feature_engineering/test_apply_features_additional_minute_space.py index 1109825e6..028f3076c 100644 --- a/test/unit/feature_engineering/test_apply_features_additional_minute_space.py +++ b/test/unit/feature_engineering/test_apply_features_additional_minute_space.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/feature_engineering/test_cyclic_features.py b/test/unit/feature_engineering/test_cyclic_features.py index 5a833201a..6ebeb96e6 100644 --- a/test/unit/feature_engineering/test_cyclic_features.py +++ b/test/unit/feature_engineering/test_cyclic_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # SPDX-License-Identifier: MPL-2.0 import datetime diff --git a/test/unit/feature_engineering/test_data_preparation.py b/test/unit/feature_engineering/test_data_preparation.py index 87274b4f1..a64ff81b4 100644 --- a/test/unit/feature_engineering/test_data_preparation.py +++ b/test/unit/feature_engineering/test_data_preparation.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/test/unit/feature_engineering/test_feature_adder.py b/test/unit/feature_engineering/test_feature_adder.py index 9d137747c..7967b2fe9 100644 --- a/test/unit/feature_engineering/test_feature_adder.py +++ b/test/unit/feature_engineering/test_feature_adder.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2021 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2021 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/feature_engineering/test_feature_applicator.py b/test/unit/feature_engineering/test_feature_applicator.py index 2bbaffbe1..6e41f26ea 100644 --- a/test/unit/feature_engineering/test_feature_applicator.py +++ b/test/unit/feature_engineering/test_feature_applicator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.data import TestData diff --git a/test/unit/feature_engineering/test_feature_free_days.py b/test/unit/feature_engineering/test_feature_free_days.py index 7083630a9..1920191de 100644 --- a/test/unit/feature_engineering/test_feature_free_days.py +++ b/test/unit/feature_engineering/test_feature_free_days.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/feature_engineering/test_general.py b/test/unit/feature_engineering/test_general.py index def446e61..5f64d3777 100644 --- a/test/unit/feature_engineering/test_general.py +++ b/test/unit/feature_engineering/test_general.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from unittest import TestCase diff --git a/test/unit/feature_engineering/test_general_extract_minute_features.py b/test/unit/feature_engineering/test_general_extract_minute_features.py index bcd8e8c51..433c8420d 100644 --- a/test/unit/feature_engineering/test_general_extract_minute_features.py +++ b/test/unit/feature_engineering/test_general_extract_minute_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/feature_engineering/test_holiday_detection.py b/test/unit/feature_engineering/test_holiday_detection.py index 277facd1d..3d80b1cd8 100644 --- a/test/unit/feature_engineering/test_holiday_detection.py +++ b/test/unit/feature_engineering/test_holiday_detection.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import pandas as pd diff --git a/test/unit/feature_engineering/test_missing_values_transformer.py b/test/unit/feature_engineering/test_missing_values_transformer.py index 9b1804c4d..3380c4a6c 100644 --- a/test/unit/feature_engineering/test_missing_values_transformer.py +++ b/test/unit/feature_engineering/test_missing_values_transformer.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/feature_engineering/test_rolling_features.py b/test/unit/feature_engineering/test_rolling_features.py index 746202b84..4186c86ea 100644 --- a/test/unit/feature_engineering/test_rolling_features.py +++ b/test/unit/feature_engineering/test_rolling_features.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import timedelta diff --git a/test/unit/feature_engineering/test_weather.py b/test/unit/feature_engineering/test_weather.py index 96effc51f..9ca51b57b 100644 --- a/test/unit/feature_engineering/test_weather.py +++ b/test/unit/feature_engineering/test_weather.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/metrics/__init__.py b/test/unit/metrics/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/metrics/__init__.py +++ b/test/unit/metrics/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/metrics/test_figure.py b/test/unit/metrics/test_figure.py index d907fcd8b..7c91571b3 100644 --- a/test/unit/metrics/test_figure.py +++ b/test/unit/metrics/test_figure.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/metrics/test_metrics.py b/test/unit/metrics/test_metrics.py index 9736d916a..284c348af 100644 --- a/test/unit/metrics/test_metrics.py +++ b/test/unit/metrics/test_metrics.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/metrics/test_reporter.py b/test/unit/metrics/test_reporter.py index 6ddbf80a4..0cc12184c 100644 --- a/test/unit/metrics/test_reporter.py +++ b/test/unit/metrics/test_reporter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import os diff --git a/test/unit/model/__init__.py b/test/unit/model/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/model/__init__.py +++ b/test/unit/model/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/metamodels/__init__.py b/test/unit/model/metamodels/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/model/metamodels/__init__.py +++ b/test/unit/model/metamodels/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/metamodels/test_feature_clipper.py b/test/unit/model/metamodels/test_feature_clipper.py index e2ebcae37..d28112024 100644 --- a/test/unit/model/metamodels/test_feature_clipper.py +++ b/test/unit/model/metamodels/test_feature_clipper.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/metamodels/test_grouped_regressor.py b/test/unit/model/metamodels/test_grouped_regressor.py index 08156ce50..d98fd42b3 100644 --- a/test/unit/model/metamodels/test_grouped_regressor.py +++ b/test/unit/model/metamodels/test_grouped_regressor.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/model/regressors/__init__.py b/test/unit/model/regressors/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/model/regressors/__init__.py +++ b/test/unit/model/regressors/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/regressors/test_arima.py b/test/unit/model/regressors/test_arima.py index dca39b90d..b86b9d592 100644 --- a/test/unit/model/regressors/test_arima.py +++ b/test/unit/model/regressors/test_arima.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/regressors/test_flatliner.py b/test/unit/model/regressors/test_flatliner.py index 820fb2cc8..fb58ae40e 100644 --- a/test/unit/model/regressors/test_flatliner.py +++ b/test/unit/model/regressors/test_flatliner.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/regressors/test_gblinear_quantile.py b/test/unit/model/regressors/test_gblinear_quantile.py index 63132cad9..e76dcec74 100644 --- a/test/unit/model/regressors/test_gblinear_quantile.py +++ b/test/unit/model/regressors/test_gblinear_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/regressors/test_lgbm.py b/test/unit/model/regressors/test_lgbm.py index e68c913e8..0b8985016 100644 --- a/test/unit/model/regressors/test_lgbm.py +++ b/test/unit/model/regressors/test_lgbm.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/model/regressors/test_linear.py b/test/unit/model/regressors/test_linear.py index b701c2c75..a85b37d89 100644 --- a/test/unit/model/regressors/test_linear.py +++ b/test/unit/model/regressors/test_linear.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/regressors/test_linear_quantile.py b/test/unit/model/regressors/test_linear_quantile.py index f0a657d96..d1f2adf29 100644 --- a/test/unit/model/regressors/test_linear_quantile.py +++ b/test/unit/model/regressors/test_linear_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import pickle diff --git a/test/unit/model/regressors/test_median.py b/test/unit/model/regressors/test_median.py index 37377709d..c8371bb05 100644 --- a/test/unit/model/regressors/test_median.py +++ b/test/unit/model/regressors/test_median.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/regressors/test_xgb.py b/test/unit/model/regressors/test_xgb.py index f55ca8f53..ab742323b 100644 --- a/test/unit/model/regressors/test_xgb.py +++ b/test/unit/model/regressors/test_xgb.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/model/regressors/test_xgb_multioutput_quantile.py b/test/unit/model/regressors/test_xgb_multioutput_quantile.py index de95c6395..2060c65d2 100644 --- a/test/unit/model/regressors/test_xgb_multioutput_quantile.py +++ b/test/unit/model/regressors/test_xgb_multioutput_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/regressors/test_xgb_quantile.py b/test/unit/model/regressors/test_xgb_quantile.py index 3eed87fac..95f83d479 100644 --- a/test/unit/model/regressors/test_xgb_quantile.py +++ b/test/unit/model/regressors/test_xgb_quantile.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/test_basecase.py b/test/unit/model/test_basecase.py index ab669b687..47f7df753 100644 --- a/test/unit/model/test_basecase.py +++ b/test/unit/model/test_basecase.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/test_confidence_interval_applicator.py b/test/unit/model/test_confidence_interval_applicator.py index 35276aea7..6ccba8462 100644 --- a/test/unit/model/test_confidence_interval_applicator.py +++ b/test/unit/model/test_confidence_interval_applicator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/test_custom_models.py b/test/unit/model/test_custom_models.py index 128843add..c395e0457 100644 --- a/test/unit/model/test_custom_models.py +++ b/test/unit/model/test_custom_models.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Alliander N.V. # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/test_fallback.py b/test/unit/model/test_fallback.py index 845d0daba..26b26a734 100644 --- a/test/unit/model/test_fallback.py +++ b/test/unit/model/test_fallback.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/test_model_creator.py b/test/unit/model/test_model_creator.py index acf258616..bdcf17f1e 100644 --- a/test/unit/model/test_model_creator.py +++ b/test/unit/model/test_model_creator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/test_model_selection.py b/test/unit/model/test_model_selection.py index aa18c0189..8f5b63ef0 100644 --- a/test/unit/model/test_model_selection.py +++ b/test/unit/model/test_model_selection.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import random diff --git a/test/unit/model/test_objective.py b/test/unit/model/test_objective.py index c3a471cb0..4cee9b31e 100644 --- a/test/unit/model/test_objective.py +++ b/test/unit/model/test_objective.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/test_objective_creator.py b/test/unit/model/test_objective_creator.py index e1c47c188..d90b16f74 100644 --- a/test/unit/model/test_objective_creator.py +++ b/test/unit/model/test_objective_creator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/model/test_serializer.py b/test/unit/model/test_serializer.py index a2fae529c..1219d63cf 100644 --- a/test/unit/model/test_serializer.py +++ b/test/unit/model/test_serializer.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/model/test_standard_deviation_generator.py b/test/unit/model/test_standard_deviation_generator.py index 2549b83f7..e185c7d97 100644 --- a/test/unit/model/test_standard_deviation_generator.py +++ b/test/unit/model/test_standard_deviation_generator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/monitoring/__init__.py b/test/unit/monitoring/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/monitoring/__init__.py +++ b/test/unit/monitoring/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/monitoring/test_teams.py b/test/unit/monitoring/test_teams.py index a6ccc990c..522faa6be 100644 --- a/test/unit/monitoring/test_teams.py +++ b/test/unit/monitoring/test_teams.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/pipeline/__init__.py b/test/unit/pipeline/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/pipeline/__init__.py +++ b/test/unit/pipeline/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/pipeline/test_create_basecase.py b/test/unit/pipeline/test_create_basecase.py index 7cc676df2..e5d3b4cfe 100644 --- a/test/unit/pipeline/test_create_basecase.py +++ b/test/unit/pipeline/test_create_basecase.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import UTC, datetime, timedelta diff --git a/test/unit/pipeline/test_create_component_forecast.py b/test/unit/pipeline/test_create_component_forecast.py index 4ef5725d0..7d92abe40 100644 --- a/test/unit/pipeline/test_create_component_forecast.py +++ b/test/unit/pipeline/test_create_component_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import UTC, datetime, timedelta, timezone diff --git a/test/unit/pipeline/test_optimize_hyperparameters.py b/test/unit/pipeline/test_optimize_hyperparameters.py index 55fc1f319..d9d6103b4 100644 --- a/test/unit/pipeline/test_optimize_hyperparameters.py +++ b/test/unit/pipeline/test_optimize_hyperparameters.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/pipeline/test_pipeline_create_forecast.py b/test/unit/pipeline/test_pipeline_create_forecast.py index 446f7fd43..78687b263 100644 --- a/test/unit/pipeline/test_pipeline_create_forecast.py +++ b/test/unit/pipeline/test_pipeline_create_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import datetime as dt diff --git a/test/unit/pipeline/test_pipeline_train_model.py b/test/unit/pipeline/test_pipeline_train_model.py index 6554e4454..55f604a49 100644 --- a/test/unit/pipeline/test_pipeline_train_model.py +++ b/test/unit/pipeline/test_pipeline_train_model.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import copy diff --git a/test/unit/pipeline/test_train.py b/test/unit/pipeline/test_train.py index 11ebfb2d5..767a07dea 100644 --- a/test/unit/pipeline/test_train.py +++ b/test/unit/pipeline/test_train.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import unittest diff --git a/test/unit/pipeline/test_train_predict_backtest.py b/test/unit/pipeline/test_train_predict_backtest.py index e2b275626..5c93a010b 100644 --- a/test/unit/pipeline/test_train_predict_backtest.py +++ b/test/unit/pipeline/test_train_predict_backtest.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from test.unit.utils.base import BaseTestCase diff --git a/test/unit/plotting/__init__.py b/test/unit/plotting/__init__.py index bd18de087..9ecdc64e4 100644 --- a/test/unit/plotting/__init__.py +++ b/test/unit/plotting/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/plotting/load_forecast_plotter.py b/test/unit/plotting/load_forecast_plotter.py index 828df88b2..7cbd69d36 100644 --- a/test/unit/plotting/load_forecast_plotter.py +++ b/test/unit/plotting/load_forecast_plotter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2025 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/postprocessing/__init__.py b/test/unit/postprocessing/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/postprocessing/__init__.py +++ b/test/unit/postprocessing/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/postprocessing/test_postprocessing.py b/test/unit/postprocessing/test_postprocessing.py index 3233867f6..c50b59ab1 100644 --- a/test/unit/postprocessing/test_postprocessing.py +++ b/test/unit/postprocessing/test_postprocessing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/preprocessing/__init__.py b/test/unit/preprocessing/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/preprocessing/__init__.py +++ b/test/unit/preprocessing/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/preprocessing/test_preprocessing.py b/test/unit/preprocessing/test_preprocessing.py index 5a4aa9029..ecfa092fc 100644 --- a/test/unit/preprocessing/test_preprocessing.py +++ b/test/unit/preprocessing/test_preprocessing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/__init__.py b/test/unit/tasks/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/tasks/__init__.py +++ b/test/unit/tasks/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/test_calculate_kpi.py b/test/unit/tasks/test_calculate_kpi.py index 213bb78f3..e7e2a9cbd 100644 --- a/test/unit/tasks/test_calculate_kpi.py +++ b/test/unit/tasks/test_calculate_kpi.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/test_create_basecase_forecast.py b/test/unit/tasks/test_create_basecase_forecast.py index 61f77ba63..c7c799acc 100644 --- a/test/unit/tasks/test_create_basecase_forecast.py +++ b/test/unit/tasks/test_create_basecase_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import UTC, datetime, timedelta diff --git a/test/unit/tasks/test_create_component_forecast.py b/test/unit/tasks/test_create_component_forecast.py index 8c86ebcf4..978bdbd39 100644 --- a/test/unit/tasks/test_create_component_forecast.py +++ b/test/unit/tasks/test_create_component_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from datetime import date, timedelta diff --git a/test/unit/tasks/test_create_forecast.py b/test/unit/tasks/test_create_forecast.py index 8c12b6db2..bf07fe2c4 100644 --- a/test/unit/tasks/test_create_forecast.py +++ b/test/unit/tasks/test_create_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 from pathlib import Path diff --git a/test/unit/tasks/test_solar.py b/test/unit/tasks/test_solar.py index 3f5f5b30a..40bd55637 100644 --- a/test/unit/tasks/test_solar.py +++ b/test/unit/tasks/test_solar.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/test_split_forecast.py b/test/unit/tasks/test_split_forecast.py index 49a5276cd..da8ec0ea6 100644 --- a/test/unit/tasks/test_split_forecast.py +++ b/test/unit/tasks/test_split_forecast.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/test_train_model.py b/test/unit/tasks/test_train_model.py index a9279381b..a97c188fb 100644 --- a/test/unit/tasks/test_train_model.py +++ b/test/unit/tasks/test_train_model.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 import copy diff --git a/test/unit/tasks/utils/__init__.py b/test/unit/tasks/utils/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/tasks/utils/__init__.py +++ b/test/unit/tasks/utils/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/utils/test_dependencies.py b/test/unit/tasks/utils/test_dependencies.py index 406aafe41..e8f6ddaaf 100644 --- a/test/unit/tasks/utils/test_dependencies.py +++ b/test/unit/tasks/utils/test_dependencies.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/utils/test_prediction_job_loop.py b/test/unit/tasks/utils/test_prediction_job_loop.py index 8e509bb0d..fa39e714e 100644 --- a/test/unit/tasks/utils/test_prediction_job_loop.py +++ b/test/unit/tasks/utils/test_prediction_job_loop.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/tasks/utils/test_task_context.py b/test/unit/tasks/utils/test_task_context.py index c08db5d2f..f399bfd4e 100644 --- a/test/unit/tasks/utils/test_task_context.py +++ b/test/unit/tasks/utils/test_task_context.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/utils/__init__.py b/test/unit/utils/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/utils/__init__.py +++ b/test/unit/utils/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/utils/base.py b/test/unit/utils/base.py index 438e12ae3..306129590 100644 --- a/test/unit/utils/base.py +++ b/test/unit/utils/base.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/utils/data.py b/test/unit/utils/data.py index efba0d41c..3a4a7201a 100644 --- a/test/unit/utils/data.py +++ b/test/unit/utils/data.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/validation/__init__.py b/test/unit/validation/__init__.py index 5c4c8c5d2..8a4514b4c 100644 --- a/test/unit/validation/__init__.py +++ b/test/unit/validation/__init__.py @@ -1,3 +1,3 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/validation/test_validation.py b/test/unit/validation/test_validation.py index 4df332732..a3896e048 100644 --- a/test/unit/validation/test_validation.py +++ b/test/unit/validation/test_validation.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/validation/test_validation_calc_completeness.py b/test/unit/validation/test_validation_calc_completeness.py index e09a9eff4..dc993ba22 100644 --- a/test/unit/validation/test_validation_calc_completeness.py +++ b/test/unit/validation/test_validation_calc_completeness.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0 diff --git a/test/unit/validation/test_validation_detect_ongoing_flatliner.py b/test/unit/validation/test_validation_detect_ongoing_flatliner.py index 43f1cfc37..5f5204764 100644 --- a/test/unit/validation/test_validation_detect_ongoing_flatliner.py +++ b/test/unit/validation/test_validation_detect_ongoing_flatliner.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> +# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project # noqa E501> # # SPDX-License-Identifier: MPL-2.0