Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lkstrp/pypsa-validator from 0.2.0 to 0.2.1 in the github-actions group #192

Merged
merged 3 commits into from
Sep 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

Bumps the github-actions group with 1 update: lkstrp/pypsa-validator.

Updates lkstrp/pypsa-validator from 0.2.0 to 0.2.1

Release notes

Sourced from lkstrp/pypsa-validator's releases.

v0.2.1

What's Changed

Full Changelog: PyPSA/pypsa-validator@v0.2.0...v0.2.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator).


Updates `lkstrp/pypsa-validator` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/lkstrp/pypsa-validator/releases)
- [Commits](PyPSA/pypsa-validator@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: lkstrp/pypsa-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2024
Copy link

github-actions bot commented Sep 13, 2024

Validator Report

I am the Validator. Download all artifacts here.
I'll be back and edit this comment for each new commit.

Ariadne Variables
No significant changes in variables detected. ✅

General

Plots comparison
Main branch Feature branch
Image not available Image not available
Image not available Image not available
Image not available Image not available
Image not available Image not available
Image not available Image not available
Image not available Image not available
Files comparison
Status NRMSE MAE (norm)
csvs/nodal_capacities.csv ✅ Almost equal 0.000 0.00
csvs/price_statistics.csv ✅ Almost equal 0.001 0.15
csvs/curtailment.csv ✅ Almost equal 0.000 0.06
csvs/cfs.csv ✅ Almost equal 0.009 0.06
csvs/nodal_costs.csv ✅ Almost equal 0.000 0.00
csvs/costs.csv ✅ Almost equal 0.000 0.02
csvs/cumulative_cost.csv ✅ Almost equal 0.000 0.09
csvs/market_values.csv ✅ Almost equal 0.013 0.06
csvs/capacities.csv ✅ Almost equal 0.000 0.01
csvs/nodal_supply_energy.csv ✅ Almost equal 0.000 0.00
csvs/metrics.csv ✅ Almost equal 0.000 0.06
csvs/prices.csv ✅ Almost equal 0.020 0.01
csvs/nodal_cfs.csv ✅ Almost equal 0.036 0.01
csvs/supply_energy.csv ✅ Almost equal 0.000 0.02
csvs/supply.csv ✅ Almost equal 0.002 0.00
csvs/energy.csv ✅ Almost equal 0.000 0.02
csvs/weighted_prices.csv ✅ Equal

NRMSE: Normalized (min-max) Root Mean Square Error
MAE (norm): Mean Absolute Error on normalized Data (min-max
Status Threshold: MAE (norm) > 0.05 and NRMSE > 2

Model Metrics

Benchmarks Image not available Image not available Image not available

Comparing dependabot/github_actions/github-actions-8d6c9e6ccd (229e8a6) with main (e5f56de).
Branch is 3 commits ahead and 0 commits behind.
Last updated on 2024-09-13 09:23:26 CEST.

@lkstrp lkstrp merged commit 7e36af1 into main Sep 13, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-8d6c9e6ccd branch September 13, 2024 07:50
toniseibold pushed a commit that referenced this pull request Sep 23, 2024
… group (#192)

* Bump lkstrp/pypsa-validator in the github-actions group

Bumps the github-actions group with 1 update: [lkstrp/pypsa-validator](https://github.com/lkstrp/pypsa-validator).


Updates `lkstrp/pypsa-validator` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/lkstrp/pypsa-validator/releases)
- [Commits](PyPSA/pypsa-validator@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: lkstrp/pypsa-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update validate.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Trippe <lkstrp@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant